Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 181921
b: refs/heads/master
c: c7b6669
h: refs/heads/master
i:
  181919: f67adc2
v: v3
  • Loading branch information
Stefan Roese authored and Josh Boyer committed Feb 12, 2010
1 parent 159d2ff commit 4d65e16
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 573bff5ab9437b4e59ba9be34a7b08bca5ff054a
refs/heads/master: c7b66698122796623f1838c0ee6a8e12ec832468
4 changes: 2 additions & 2 deletions trunk/arch/powerpc/mm/40x_mmu.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 4d65e16

Please sign in to comment.