projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f911c68
)
MN10300: Allow misalignment fixup in interrupt handling
author
David Howells
<dhowells@redhat.com>
Wed, 12 Nov 2008 15:35:25 +0000
(15:35 +0000)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Wed, 12 Nov 2008 18:41:17 +0000
(10:41 -0800)
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>
arch/mn10300/mm/misalignment.c
patch
|
blob
|
history
diff --git
a/arch/mn10300/mm/misalignment.c
b/arch/mn10300/mm/misalignment.c
index 066ddc625a1464a0bd044bec96edd6aea6a4efdc..05a3c2f8d2df0a08ab2229febb30d6caa914cd77 100644
(file)
--- a/
arch/mn10300/mm/misalignment.c
+++ b/
arch/mn10300/mm/misalignment.c
@@
-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));