diff options
Diffstat (limited to 'arch/powerpc/kernel/head_8xx.S')
-rw-r--r-- | arch/powerpc/kernel/head_8xx.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/powerpc/kernel/head_8xx.S b/arch/powerpc/kernel/head_8xx.S index 96cea8e753c4..9c30938aad52 100644 --- a/arch/powerpc/kernel/head_8xx.S +++ b/arch/powerpc/kernel/head_8xx.S | |||
@@ -727,13 +727,13 @@ initial_mmu: | |||
727 | mtspr SPRN_MD_TWC, r9 | 727 | mtspr SPRN_MD_TWC, r9 |
728 | li r11, MI_BOOTINIT /* Create RPN for address 0 */ | 728 | li r11, MI_BOOTINIT /* Create RPN for address 0 */ |
729 | addis r11, r11, 0x0080 /* Add 8M */ | 729 | addis r11, r11, 0x0080 /* Add 8M */ |
730 | mtspr SPRN_MD_RPN, r8 | 730 | mtspr SPRN_MD_RPN, r11 |
731 | 731 | ||
732 | addis r8, r8, 0x0080 /* Add 8M */ | 732 | addis r8, r8, 0x0080 /* Add 8M */ |
733 | mtspr SPRN_MD_EPN, r8 | 733 | mtspr SPRN_MD_EPN, r8 |
734 | mtspr SPRN_MD_TWC, r9 | 734 | mtspr SPRN_MD_TWC, r9 |
735 | addis r11, r11, 0x0080 /* Add 8M */ | 735 | addis r11, r11, 0x0080 /* Add 8M */ |
736 | mtspr SPRN_MD_RPN, r8 | 736 | mtspr SPRN_MD_RPN, r11 |
737 | #endif | 737 | #endif |
738 | 738 | ||
739 | /* Since the cache is enabled according to the information we | 739 | /* Since the cache is enabled according to the information we |