sh: Initial multiple-node support for SH-X3.

Wire up CPU#0 URAM as node 1 on SH-X3.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
This commit is contained in:
Paul Mundt
2007-08-01 17:52:47 +09:00
parent 1ee010087e
commit 7da3b8ef66
2 changed files with 17 additions and 0 deletions

View File

@@ -198,6 +198,8 @@ config CPU_SUBTYPE_SHX3
select CPU_SH4A
select CPU_SHX3
select CPU_HAS_INTC_IRQ
select ARCH_SPARSEMEM_ENABLE
select SYS_SUPPORTS_NUMA
# SH4AL-DSP Processor Support
@@ -323,6 +325,7 @@ config ARCH_SPARSEMEM_DEFAULT
config MAX_ACTIVE_REGIONS
int
default "6" if (CPU_SUBTYPE_SHX3 && SPARSEMEM)
default "2" if (CPU_SUBTYPE_SH7722 && SPARSEMEM)
default "1"