aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/head_64.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/kernel/head_64.S')
-rw-r--r--arch/powerpc/kernel/head_64.S3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/powerpc/kernel/head_64.S b/arch/powerpc/kernel/head_64.S
index 8a8bf79ef044..881e18e8ef59 100644
--- a/arch/powerpc/kernel/head_64.S
+++ b/arch/powerpc/kernel/head_64.S
@@ -726,7 +726,8 @@ iSeries_secondary_smp_loop:
726decrementer_iSeries_masked: 726decrementer_iSeries_masked:
727 li r11,1 727 li r11,1
728 stb r11,PACALPPACA+LPPACADECRINT(r13) 728 stb r11,PACALPPACA+LPPACADECRINT(r13)
729 lwz r12,PACADEFAULTDECR(r13) 729 LOADBASE(r12,tb_ticks_per_jiffy)
730 lwz r12,OFF(tb_ticks_per_jiffy)(r13)
730 mtspr SPRN_DEC,r12 731 mtspr SPRN_DEC,r12
731 /* fall through */ 732 /* fall through */
732 733