Hi,

A small tidy up patch to auto-select CONFIG_NUMA and CONFIG_ACPI_NUMA
when selecting CONFIG_SGI_SN2 - this is to match whats done for
CONFIG_IA64_GENERIC.

Cheers,
Jes

Auto select CONFIG_NUMA and CONFIG_ACPI_NUMA when picking SN2, similar
to how they are selected automatically for CONFIG_IA64_GENERIC.

Signed-off-by: Jes Sorensen <[EMAIL PROTECTED]>

---
 arch/ia64/Kconfig |    2 ++
 1 file changed, 2 insertions(+)

Index: linux-2.6/arch/ia64/Kconfig
===================================================================
--- linux-2.6.orig/arch/ia64/Kconfig
+++ linux-2.6/arch/ia64/Kconfig
@@ -154,6 +154,8 @@ config IA64_HP_ZX1_SWIOTLB
 
 config IA64_SGI_SN2
        bool "SGI-SN2"
+       select NUMA
+       select ACPI_NUMA
        help
          Selecting this option will optimize the kernel for use on sn2 based
          systems, but the resulting kernel binary will not run on other

Reply via email to