Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit aefefbbe authored by David Howells's avatar David Howells Committed by Linus Torvalds
Browse files

MN10300: Allow misalignment fixup in interrupt handling



Allow misalignment fixup in interrupt handling in the MN10300 arch.

Signed-off-by: default avatarDavid Howells <dhowells@redhat.com>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent f911c685
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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));