sh: Bump up NODES_SHIFT for SH-X3.
authorPaul Mundt <lethal@linux-sh.org>
Wed, 8 Aug 2007 07:45:07 +0000 (16:45 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Fri, 21 Sep 2007 02:57:48 +0000 (11:57 +0900)
This was at 1, which is where most subtypes want it. SH-X3 has
more nodes, so bump it up to 3.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/mm/Kconfig

index 569292c..e5801d9 100644 (file)
@@ -308,6 +308,7 @@ config NUMA
 
 config NODES_SHIFT
        int
+       default "3" if CPU_SUBTYPE_SHX3
        default "1"
        depends on NEED_MULTIPLE_NODES