Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 20060
b: refs/heads/master
c: 3ea4807
h: refs/heads/master
v: v3
  • Loading branch information
Marcelo Tosatti authored and Paul Mackerras committed Feb 7, 2006
1 parent b93bba6 commit e803d6c
Show file tree
Hide file tree
Showing 2 changed files with 6 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: aee9f26542cc27a37d593f1790b84cd57801a7c7
refs/heads/master: 3ea4807de7b2c5c903380ba2c2e7150bee942f42
7 changes: 5 additions & 2 deletions trunk/arch/ppc/kernel/head_8xx.S
Original file line number Diff line number Diff line change
Expand Up @@ -810,13 +810,16 @@ initial_mmu:
mtspr SPRN_MD_TWC, r9
li r11, MI_BOOTINIT /* Create RPN for address 0 */
addis r11, r11, 0x0080 /* Add 8M */
mtspr SPRN_MD_RPN, r8
mtspr SPRN_MD_RPN, r11

addi r10, r10, 0x0100
mtspr SPRN_MD_CTR, r10

addis r8, r8, 0x0080 /* Add 8M */
mtspr SPRN_MD_EPN, r8
mtspr SPRN_MD_TWC, r9
addis r11, r11, 0x0080 /* Add 8M */
mtspr SPRN_MD_RPN, r8
mtspr SPRN_MD_RPN, r11
#endif

/* Since the cache is enabled according to the information we
Expand Down

0 comments on commit e803d6c

Please sign in to comment.