aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/idle_power7.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/kernel/idle_power7.S')
-rw-r--r--arch/powerpc/kernel/idle_power7.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/powerpc/kernel/idle_power7.S b/arch/powerpc/kernel/idle_power7.S
index c3ab86975614..dca6e16c2436 100644
--- a/arch/powerpc/kernel/idle_power7.S
+++ b/arch/powerpc/kernel/idle_power7.S
@@ -58,7 +58,7 @@ _GLOBAL(power7_powersave_common)
58 /* Make sure FPU, VSX etc... are flushed as we may lose 58 /* Make sure FPU, VSX etc... are flushed as we may lose
59 * state when going to nap mode 59 * state when going to nap mode
60 */ 60 */
61 bl .discard_lazy_cpu_state 61 bl discard_lazy_cpu_state
62#endif /* CONFIG_SMP */ 62#endif /* CONFIG_SMP */
63 63
64 /* Hard disable interrupts */ 64 /* Hard disable interrupts */
@@ -168,7 +168,7 @@ _GLOBAL(power7_wakeup_loss)
168_GLOBAL(power7_wakeup_noloss) 168_GLOBAL(power7_wakeup_noloss)
169 lbz r0,PACA_NAPSTATELOST(r13) 169 lbz r0,PACA_NAPSTATELOST(r13)
170 cmpwi r0,0 170 cmpwi r0,0
171 bne .power7_wakeup_loss 171 bne power7_wakeup_loss
172 ld r1,PACAR1(r13) 172 ld r1,PACAR1(r13)
173 ld r4,_MSR(r1) 173 ld r4,_MSR(r1)
174 ld r5,_NIP(r1) 174 ld r5,_NIP(r1)