aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 6b86055e5251..73ba246ca11d 100644
--- a/arch/powerpc/kernel/exceptions-64s.S
+++ b/arch/powerpc/kernel/exceptions-64s.S
@@ -315,7 +315,7 @@ TRAMP_REAL_BEGIN(machine_check_common_early)
315 mfspr r11,SPRN_DSISR /* Save DSISR */ 315 mfspr r11,SPRN_DSISR /* Save DSISR */
316 std r11,_DSISR(r1) 316 std r11,_DSISR(r1)
317 std r9,_CCR(r1) /* Save CR in stackframe */ 317 std r9,_CCR(r1) /* Save CR in stackframe */
318 kuap_save_amr_and_lock r9, r10, cr1 318 /* We don't touch AMR here, we never go to virtual mode */
319 /* Save r9 through r13 from EXMC save area to stack frame. */ 319 /* Save r9 through r13 from EXMC save area to stack frame. */
320 EXCEPTION_PROLOG_COMMON_2(PACA_EXMC) 320 EXCEPTION_PROLOG_COMMON_2(PACA_EXMC)
321 mfmsr r11 /* get MSR value */ 321 mfmsr r11 /* get MSR value */