diff options
Diffstat (limited to 'arch/ppc/kernel/head_44x.S')
-rw-r--r-- | arch/ppc/kernel/head_44x.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ppc/kernel/head_44x.S b/arch/ppc/kernel/head_44x.S index 75bbc937ed73..ebb5a403829f 100644 --- a/arch/ppc/kernel/head_44x.S +++ b/arch/ppc/kernel/head_44x.S | |||
@@ -195,7 +195,7 @@ skpinv: addi r4,r4,1 /* Increment */ | |||
195 | li r5,0 | 195 | li r5,0 |
196 | ori r5,r5,(PPC44x_TLB_SW | PPC44x_TLB_SR | PPC44x_TLB_I | PPC44x_TLB_G) | 196 | ori r5,r5,(PPC44x_TLB_SW | PPC44x_TLB_SR | PPC44x_TLB_I | PPC44x_TLB_G) |
197 | 197 | ||
198 | li r0,0 /* TLB slot 0 */ | 198 | li r0,62 /* TLB slot 62 */ |
199 | 199 | ||
200 | tlbwe r3,r0,PPC44x_TLB_PAGEID /* Load the pageid fields */ | 200 | tlbwe r3,r0,PPC44x_TLB_PAGEID /* Load the pageid fields */ |
201 | tlbwe r4,r0,PPC44x_TLB_XLAT /* Load the translation fields */ | 201 | tlbwe r4,r0,PPC44x_TLB_XLAT /* Load the translation fields */ |