public inbox for linux-ia64@vger.kernel.org
 help / color / mirror / Atom feed
* [patch] CONFIG_SGI_SN2 - auto select NUMA and ACPI_NUMA
@ 2008-02-11 14:10 Jes Sorensen
  0 siblings, 0 replies; only message in thread
From: Jes Sorensen @ 2008-02-11 14:10 UTC (permalink / raw)
  To: linux-ia64

[-- Attachment #1: Type: text/plain, Size: 174 bytes --]

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


[-- Attachment #2: sn2-select-numa.diff --]
[-- Type: text/plain, Size: 684 bytes --]

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-02-11 14:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-11 14:10 [patch] CONFIG_SGI_SN2 - auto select NUMA and ACPI_NUMA Jes Sorensen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox