[Patch2/4]: fake numa for x86_64 patches

From: Rohit Seth
Date: Wed Nov 22 2006 - 20:35:50 EST


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>

--- linux-2.6.19-rc5-mm2.org/arch/x86_64/Kconfig 2006-11-22 12:20:55.000000000 -0800
+++ linux-2.6.19-rc5-mm2/arch/x86_64/Kconfig 2006-11-20 11:44:55.000000000 -0800
@@ -348,7 +348,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.


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/