[PATCH 3/7] numa-x86_64-use-generic-percpu-var-numa_node_id-implementation-fix1
Lee Schermerhorn <[email protected]>
| Newsgroups | org.kernel.vger.linux-numa,org.kernel.vger.linux-arch,org.kvack.linux-mm |
|---|---|
| Message-ID | <[email protected]> |
Incremental patch 1 to numa-x86_64-use-generic-percpu-var-numa_node_id-implementation.patch in 28apr10 mmotm. Use generic percpu numa_node variable only for x86_64. x86_32 will require separate support. Not sure it's worth it. Signed-off-by: Lee Schermerhorn <[email protected]> arch/x86/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: linux-2.6.34-rc5-mmotm-100428-1653/arch/x86/Kconfig =================================================================== --- linux-2.6.34-rc5-mmotm-100428-1653.orig/arch/x86/Kconfig +++ linux-2.6.34-rc5-mmotm-100428-1653/arch/x86/Kconfig @@ -1720,7 +1720,7 @@ config HAVE_ARCH_EARLY_PFN_TO_NID depends on NUMA config USE_PERCPU_NUMA_NODE_ID - def_bool y + def_bool X86_64 depends on NUMA menu "Power management and ACPI options"