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 445137e2d0ca..4c4d20a29726 100644
--- a/arch/powerpc/kernel/exceptions-64s.S
+++ b/arch/powerpc/kernel/exceptions-64s.S
@@ -543,7 +543,7 @@ EXC_COMMON_BEGIN(instruction_access_common)
543 RECONCILE_IRQ_STATE(r10, r11) 543 RECONCILE_IRQ_STATE(r10, r11)
544 ld r12,_MSR(r1) 544 ld r12,_MSR(r1)
545 ld r3,_NIP(r1) 545 ld r3,_NIP(r1)
546 andis. r4,r12,DSISR_BAD_FAULT_64S@h 546 andis. r4,r12,DSISR_SRR1_MATCH_64S@h
547 li r5,0x400 547 li r5,0x400
548 std r3,_DAR(r1) 548 std r3,_DAR(r1)
549 std r4,_DSISR(r1) 549 std r4,_DSISR(r1)