Skip to content

Commit 997c443

Browse files
committed
Merge tag 'powerpc-5.8-6' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
Pull powerpc fix from Michael Ellerman: "One fix for a crash/soft lockup on Power8, caused by the exception rework we did in v5.7. Thanks to Paul Menzel and Nicholas Piggin" * tag 'powerpc-5.8-6' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux: powerpc/64s/exception: Fix 0x1500 interrupt handler crash
2 parents 1df0d89 + 4557ac6 commit 997c443

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/powerpc/kernel/exceptions-64s.S

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2551,7 +2551,7 @@ EXC_VIRT_NONE(0x5400, 0x100)
25512551
INT_DEFINE_BEGIN(denorm_exception)
25522552
IVEC=0x1500
25532553
IHSRR=1
2554-
IBRANCH_COMMON=0
2554+
IBRANCH_TO_COMMON=0
25552555
IKVM_REAL=1
25562556
INT_DEFINE_END(denorm_exception)
25572557

0 commit comments

Comments
 (0)