aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/idle_book3e.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/kernel/idle_book3e.S')
-rw-r--r--arch/powerpc/kernel/idle_book3e.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/kernel/idle_book3e.S b/arch/powerpc/kernel/idle_book3e.S
index ff007b59448d..4c7cb4008585 100644
--- a/arch/powerpc/kernel/idle_book3e.S
+++ b/arch/powerpc/kernel/idle_book3e.S
@@ -60,7 +60,7 @@ _GLOBAL(book3e_idle)
601: /* Let's set the _TLF_NAPPING flag so interrupts make us return 601: /* Let's set the _TLF_NAPPING flag so interrupts make us return
61 * to the right spot 61 * to the right spot
62 */ 62 */
63 clrrdi r11,r1,THREAD_SHIFT 63 CURRENT_THREAD_INFO(r11, r1)
64 ld r10,TI_LOCAL_FLAGS(r11) 64 ld r10,TI_LOCAL_FLAGS(r11)
65 ori r10,r10,_TLF_NAPPING 65 ori r10,r10,_TLF_NAPPING
66 std r10,TI_LOCAL_FLAGS(r11) 66 std r10,TI_LOCAL_FLAGS(r11)