aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/exceptions-64s.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/kernel/exceptions-64s.S')
-rw-r--r--arch/powerpc/kernel/exceptions-64s.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/kernel/exceptions-64s.S b/arch/powerpc/kernel/exceptions-64s.S
index 1c06d297154..8ad34688268 100644
--- a/arch/powerpc/kernel/exceptions-64s.S
+++ b/arch/powerpc/kernel/exceptions-64s.S
@@ -851,7 +851,7 @@ BEGIN_FTR_SECTION
851 bne- do_ste_alloc /* If so handle it */ 851 bne- do_ste_alloc /* If so handle it */
852END_MMU_FTR_SECTION_IFCLR(MMU_FTR_SLB) 852END_MMU_FTR_SECTION_IFCLR(MMU_FTR_SLB)
853 853
854 clrrdi r11,r1,THREAD_SHIFT 854 CURRENT_THREAD_INFO(r11, r1)
855 lwz r0,TI_PREEMPT(r11) /* If we're in an "NMI" */ 855 lwz r0,TI_PREEMPT(r11) /* If we're in an "NMI" */
856 andis. r0,r0,NMI_MASK@h /* (i.e. an irq when soft-disabled) */ 856 andis. r0,r0,NMI_MASK@h /* (i.e. an irq when soft-disabled) */
857 bne 77f /* then don't call hash_page now */ 857 bne 77f /* then don't call hash_page now */