diff options
Diffstat (limited to 'arch/mips64/sgi-ip27/ip27-memory.c')
-rw-r--r-- | arch/mips64/sgi-ip27/ip27-memory.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips64/sgi-ip27/ip27-memory.c b/arch/mips64/sgi-ip27/ip27-memory.c index f0db21bc0..67ca9ab09 100644 --- a/arch/mips64/sgi-ip27/ip27-memory.c +++ b/arch/mips64/sgi-ip27/ip27-memory.c @@ -58,7 +58,7 @@ pfn_t node_getfirstfree(cnodeid_t cnode) nasid_t nasid = COMPACT_TO_NASID_NODEID(cnode); #ifdef CONFIG_MAPPED_KERNEL - loadbase = CKSSEG; + loadbase = CKSSEG + 16777216; #endif if (cnode == 0) return (KDM_TO_PHYS(PAGE_ALIGN((unsigned long)(&_end)) - |