]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - arch/powerpc/mm/40x_mmu.c
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirel...
[karo-tx-linux.git] / arch / powerpc / mm / 40x_mmu.c
index 08dfa8e6d86fa6a842474074f43d0b77e7d87fe6..65abfcfaaa9e72be187902357b3d29577fd06d28 100644 (file)
@@ -84,8 +84,8 @@ void __init MMU_init_hw(void)
         * vectors and the kernel live in real-mode.
         */
 
-        mtspr(SPRN_DCCR, 0xF0000000);  /* 512 MB of data space at 0x0. */
-        mtspr(SPRN_ICCR, 0xF0000000);  /* 512 MB of instr. space at 0x0. */
+        mtspr(SPRN_DCCR, 0xFFFF0000);  /* 2GByte of data space at 0x0. */
+        mtspr(SPRN_ICCR, 0xFFFF0000);  /* 2GByte of instr. space at 0x0. */
 }
 
 #define LARGE_PAGE_SIZE_16M    (1<<24)