diff options
Diffstat (limited to 'arch/powerpc/kernel/head_fsl_booke.S')
-rw-r--r-- | arch/powerpc/kernel/head_fsl_booke.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/kernel/head_fsl_booke.S b/arch/powerpc/kernel/head_fsl_booke.S index 11b549acc034..805f28d30e49 100644 --- a/arch/powerpc/kernel/head_fsl_booke.S +++ b/arch/powerpc/kernel/head_fsl_booke.S | |||
@@ -909,7 +909,7 @@ KernelSPE: | |||
909 | _GLOBAL(loadcam_entry) | 909 | _GLOBAL(loadcam_entry) |
910 | lis r4,TLBCAM@ha | 910 | lis r4,TLBCAM@ha |
911 | addi r4,r4,TLBCAM@l | 911 | addi r4,r4,TLBCAM@l |
912 | mulli r5,r3,20 | 912 | mulli r5,r3,TLBCAM_SIZE |
913 | add r3,r5,r4 | 913 | add r3,r5,r4 |
914 | lwz r4,0(r3) | 914 | lwz r4,0(r3) |
915 | mtspr SPRN_MAS0,r4 | 915 | mtspr SPRN_MAS0,r4 |