The patch titled x86_64 fake numa: increase NODE_SHIFT has been added to the -mm tree. Its filename is x86_64-fake-numa-increase-the-node_shift.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: x86_64 fake numa: increase NODE_SHIFT From: Rohit Seth <rohitseth@xxxxxxxxxx> This patch increases the NODE_SHIFT from 6 to 8 to allow maximum of 256 nodes. Signed-off-by: David Rientjes <reintjes@xxxxxxxxxx> Signed-off-by: Paul Menage <menage@xxxxxxxxxx> Signed-off-by: Rohit Seth <rohitseth@xxxxxxxxxx> Cc: Andi Kleen <ak@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- arch/x86_64/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN arch/x86_64/Kconfig~x86_64-fake-numa-increase-the-node_shift arch/x86_64/Kconfig --- a/arch/x86_64/Kconfig~x86_64-fake-numa-increase-the-node_shift +++ a/arch/x86_64/Kconfig @@ -331,7 +331,7 @@ config K8_NUMA config NODES_SHIFT int - default "6" + default "8" depends on NEED_MULTIPLE_NODES # Dummy CONFIG option to select ACPI_NUMA from drivers/acpi/Kconfig. _ Patches currently in -mm which might be from rohitseth@xxxxxxxxxx are x86_64-fake-numa-provides-a-io-hole-size-in-a-given-address-range.patch x86_64-fake-numa-increase-the-node_shift.patch x86_64-fake-numa-fix-numa=fake.patch x86_64-fake-numa-extends-the-kernel-command-line-option-for-numa=fake.patch memory-page_alloc-zonelist-caching-speedup.patch memory-page_alloc-zonelist-caching-reorder-structure.patch updated-i386-cleanup-apic-code.patch updated-i386-rework-local-apic-calibration.patch updated-dynticks-fix-nmi-watchdog.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html