From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yasunori Goto Date: Sat, 28 Jan 2006 03:34:41 +0000 Subject: [PATCH 002/003]Fix unify mapping from pxm to node id. Message-Id: <20060128122934.CF53.Y-GOTO@jp.fujitsu.com> List-Id: References: <20060123165644.C147.Y-GOTO@jp.fujitsu.com> <20060126074846.1a6dd300.pj@sgi.com> In-Reply-To: <20060126074846.1a6dd300.pj@sgi.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: akpm@osdl.org, Andy Whitcroft , Bob Picco , Paul Jackson Cc: linux-kernel@vger.kernel.org, linux-acpi@vger.kernel.org, linux-ia64@vger.kernel.org, tony.luck@intel.com, ak@suse.de, len.brown@intel.com, discuss@x86-64.org Enable ACPI_NUMA for x86 machines with SRAT's. Signed-off-by: Andy Whitcroft Signed-off-by: Yasunori Goto arch/i386/Kconfig | 1 + drivers/acpi/Kconfig | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff -upN reference/arch/i386/Kconfig current/arch/i386/Kconfig --- reference/arch/i386/Kconfig +++ current/arch/i386/Kconfig @@ -139,6 +139,7 @@ config ACPI_SRAT bool default y depends on NUMA && (X86_SUMMIT || X86_GENERICARCH) + select ACPI_NUMA config X86_SUMMIT_NUMA bool diff -upN reference/drivers/acpi/Kconfig current/drivers/acpi/Kconfig --- reference/drivers/acpi/Kconfig +++ current/drivers/acpi/Kconfig @@ -162,7 +162,7 @@ config ACPI_THERMAL config ACPI_NUMA bool "NUMA support" depends on NUMA - depends on (IA64 || X86_64) + depends on (X86_32 || IA64 || X86_64) default y if IA64_GENERIC || IA64_SGI_SN2 config ACPI_ASUS -- Yasunori Goto