powerpc/ppc64: Rename SOFT_DISABLE_INTS with RECONCILE_IRQ_STATE
[profile/ivi/kernel-x86-ivi.git] / arch / powerpc / kernel / entry_64.S
index ab15b8d..c1055a1 100644 (file)
@@ -721,9 +721,9 @@ resume_kernel:
 
        /*
         * Here we are preempting the current task. We want to make
-        * sure we are soft-disabled first
+        * sure we are soft-disabled first and reconcile irq state.
         */
-       SOFT_DISABLE_INTS(r3,r4)
+       RECONCILE_IRQ_STATE(r3,r4)
 1:     bl      .preempt_schedule_irq
 
        /* Re-test flags and eventually loop */