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:
ac490a4
)
sh: Kill off do_NMI stub in SH-5 ex table.
author
Paul Mundt
<lethal@linux-sh.org>
Tue, 20 Nov 2007 09:26:54 +0000
(18:26 +0900)
committer
Paul Mundt
<lethal@linux-sh.org>
Mon, 28 Jan 2008 04:18:50 +0000
(13:18 +0900)
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/kernel/cpu/sh5/entry.S
patch
|
blob
|
history
diff --git
a/arch/sh/kernel/cpu/sh5/entry.S
b/arch/sh/kernel/cpu/sh5/entry.S
index 2f505a7cb5f945db07243fd94250b7e4a5a0dde1..81010b9308b2b08cfbd88a4de46608457c3b48af 100644
(file)
--- a/
arch/sh/kernel/cpu/sh5/entry.S
+++ b/
arch/sh/kernel/cpu/sh5/entry.S
@@
-161,7
+161,7
@@
trap_jtable:
.long system_call /* 0x160 */
.long do_reserved_inst /* 0x180 */
.long do_illegal_slot_inst /* 0x1A0 */
- .long do_
NMI /* 0x1C0
*/
+ .long do_
exception_error /* 0x1C0 - NMI
*/
.long do_exception_error /* 0x1E0 */
.rept 15
.long do_IRQ /* 0x200 - 0x3C0 */