mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-18 16:27:53 +07:00
MN10300: Allow misalignment fixup in interrupt handling
Allow misalignment fixup in interrupt handling in the MN10300 arch. Signed-off-by: David Howells <dhowells@redhat.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
f911c685d6
commit
aefefbbec1
@ -314,9 +314,6 @@ asmlinkage void misalignment(struct pt_regs *regs, enum exception_code code)
|
||||
|
||||
kdebug("==>misalignment({pc=%lx})", regs->pc);
|
||||
|
||||
if (in_interrupt())
|
||||
die("Misalignment trap in interrupt context", regs, code);
|
||||
|
||||
if (regs->epsw & EPSW_IE)
|
||||
asm volatile("or %0,epsw" : : "i"(EPSW_IE));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user