summaryrefslogtreecommitdiffstats
path: root/arch/sh/kernel/cpu/sh5
diff options
context:
space:
mode:
authorPaul Mundt2007-11-20 10:26:54 +0100
committerPaul Mundt2008-01-28 05:18:50 +0100
commit92b59258b8e854dd223bbb196f0c18b8cb7e6c6e (patch)
treef0aa0b0adda98817759bd2efbef84a7c1134067a /arch/sh/kernel/cpu/sh5
parentsh: Move quad-word real-address I/O defs to io.h. (diff)
downloadkernel-qcow2-linux-92b59258b8e854dd223bbb196f0c18b8cb7e6c6e.tar.gz
kernel-qcow2-linux-92b59258b8e854dd223bbb196f0c18b8cb7e6c6e.tar.xz
kernel-qcow2-linux-92b59258b8e854dd223bbb196f0c18b8cb7e6c6e.zip
sh: Kill off do_NMI stub in SH-5 ex table.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/kernel/cpu/sh5')
-rw-r--r--arch/sh/kernel/cpu/sh5/entry.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/kernel/cpu/sh5/entry.S b/arch/sh/kernel/cpu/sh5/entry.S
index 2f505a7cb5f9..81010b9308b2 100644
--- 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 */