]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
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 569292ca877a4542f23bb0cb49b4fbee48847a8a..e5801d9aac3f2c4b5bb924c1f66414ecca70d9ba 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