diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/sh/kernel/cpu/sh5/entry.S | 2 |
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: | |||
161 | .long system_call /* 0x160 */ | 161 | .long system_call /* 0x160 */ |
162 | .long do_reserved_inst /* 0x180 */ | 162 | .long do_reserved_inst /* 0x180 */ |
163 | .long do_illegal_slot_inst /* 0x1A0 */ | 163 | .long do_illegal_slot_inst /* 0x1A0 */ |
164 | .long do_NMI /* 0x1C0 */ | 164 | .long do_exception_error /* 0x1C0 - NMI */ |
165 | .long do_exception_error /* 0x1E0 */ | 165 | .long do_exception_error /* 0x1E0 */ |
166 | .rept 15 | 166 | .rept 15 |
167 | .long do_IRQ /* 0x200 - 0x3C0 */ | 167 | .long do_IRQ /* 0x200 - 0x3C0 */ |