Commit 9904494d authored by Paul Mundt's avatar Paul Mundt

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: default avatarPaul Mundt <lethal@linux-sh.org>
parent af24fdc1
...@@ -308,6 +308,7 @@ config NUMA ...@@ -308,6 +308,7 @@ config NUMA
config NODES_SHIFT config NODES_SHIFT
int int
default "3" if CPU_SUBTYPE_SHX3
default "1" default "1"
depends on NEED_MULTIPLE_NODES depends on NEED_MULTIPLE_NODES
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment