diff options
author | Paul Mundt <lethal@linux-sh.org> | 2007-08-08 07:45:07 (GMT) |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2007-09-21 02:57:48 (GMT) |
commit | 9904494d6a5303f6eebf6fe95a37bf1f952a3f5d (patch) | |
tree | 5dbe056c90e554dd061916a976130ff84f6e2aa5 /arch/sh/mm | |
parent | af24fdc1685ff8b27075afbc12d7f6b35b385ae1 (diff) | |
download | linux-fsl-qoriq-9904494d6a5303f6eebf6fe95a37bf1f952a3f5d.tar.xz |
sh: Bump up NODES_SHIFT for SH-X3.
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>
Diffstat (limited to 'arch/sh/mm')
-rw-r--r-- | arch/sh/mm/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh/mm/Kconfig b/arch/sh/mm/Kconfig index 569292c..e5801d9 100644 --- a/arch/sh/mm/Kconfig +++ b/arch/sh/mm/Kconfig @@ -308,6 +308,7 @@ config NUMA config NODES_SHIFT int + default "3" if CPU_SUBTYPE_SHX3 default "1" depends on NEED_MULTIPLE_NODES |