[PATCH] - Add Kconfig dependency on NUMA for UV systems

From: Jack Steiner
Date: Fri Apr 03 2009 - 16:40:34 EST


Add Kconfig dependency on NUMA for enabling UV. Although it might
be possible to configure non-NUMA UV systems, they are unsupported
and not interesting. Much of the infrastructure for UV requires
NUMA support.

Signed-off-by: Jack Steiner <steiner@xxxxxxx>


---
arch/x86/Kconfig | 1 +
1 file changed, 1 insertion(+)

Index: linux/arch/x86/Kconfig
===================================================================
--- linux.orig/arch/x86/Kconfig 2009-04-03 08:38:00.000000000 -0500
+++ linux/arch/x86/Kconfig 2009-04-03 15:30:24.000000000 -0500
@@ -357,6 +357,7 @@ config X86_UV
bool "SGI Ultraviolet"
depends on X86_64
depends on X86_EXTENDED_PLATFORM
+ depends on NUMA
select X86_X2APIC
---help---
This option is needed in order to support SGI Ultraviolet systems.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/