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 <jes@sgi.com> --- 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 - To unsubscribe from this list: send the line "unsubscribe linux-ia64" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.htmlReceived on Tue Feb 12 01:10:36 2008
This archive was generated by hypermail 2.1.8 : 2008-02-12 01:10:52 EST