aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/exceptions-64e.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/kernel/exceptions-64e.S')
-rw-r--r--arch/powerpc/kernel/exceptions-64e.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/powerpc/kernel/exceptions-64e.S b/arch/powerpc/kernel/exceptions-64e.S
index 645170a07ada..2d067049db27 100644
--- a/arch/powerpc/kernel/exceptions-64e.S
+++ b/arch/powerpc/kernel/exceptions-64e.S
@@ -198,9 +198,9 @@ exc_##n##_common: \
198/* This second version is meant for exceptions that don't immediately 198/* This second version is meant for exceptions that don't immediately
199 * hard-enable. We set a bit in paca->irq_happened to ensure that 199 * hard-enable. We set a bit in paca->irq_happened to ensure that
200 * a subsequent call to arch_local_irq_restore() will properly 200 * a subsequent call to arch_local_irq_restore() will properly
201 * hard-enable and avoid the fast-path 201 * hard-enable and avoid the fast-path, and then reconcile irq state.
202 */ 202 */
203#define INTS_DISABLE SOFT_DISABLE_INTS(r3,r4) 203#define INTS_DISABLE RECONCILE_IRQ_STATE(r3,r4)
204 204
205/* This is called by exceptions that used INTS_KEEP (that did not touch 205/* This is called by exceptions that used INTS_KEEP (that did not touch
206 * irq indicators in the PACA). This will restore MSR:EE to it's previous 206 * irq indicators in the PACA). This will restore MSR:EE to it's previous