aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/head_40x.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/kernel/head_40x.S')
-rw-r--r--arch/powerpc/kernel/head_40x.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/kernel/head_40x.S b/arch/powerpc/kernel/head_40x.S
index adc7f8097cd4..fe8afb60290e 100644
--- a/arch/powerpc/kernel/head_40x.S
+++ b/arch/powerpc/kernel/head_40x.S
@@ -772,7 +772,7 @@ finish_tlb_load:
772 */ 772 */
773 lwz r9, tlb_4xx_index@l(0) 773 lwz r9, tlb_4xx_index@l(0)
774 addi r9, r9, 1 774 addi r9, r9, 1
775 andi. r9, r9, (PPC4XX_TLB_SIZE-1) 775 andi. r9, r9, (PPC40X_TLB_SIZE-1)
776 stw r9, tlb_4xx_index@l(0) 776 stw r9, tlb_4xx_index@l(0)
777 777
7786: 7786: