diff options
Diffstat (limited to 'arch/sh/include/asm/system.h')
-rw-r--r-- | arch/sh/include/asm/system.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/sh/include/asm/system.h b/arch/sh/include/asm/system.h index ab79e1f4fbe0..f9e2ceb94d9b 100644 --- a/arch/sh/include/asm/system.h +++ b/arch/sh/include/asm/system.h | |||
@@ -181,6 +181,11 @@ BUILD_TRAP_HANDLER(breakpoint); | |||
181 | BUILD_TRAP_HANDLER(singlestep); | 181 | BUILD_TRAP_HANDLER(singlestep); |
182 | BUILD_TRAP_HANDLER(fpu_error); | 182 | BUILD_TRAP_HANDLER(fpu_error); |
183 | BUILD_TRAP_HANDLER(fpu_state_restore); | 183 | BUILD_TRAP_HANDLER(fpu_state_restore); |
184 | BUILD_TRAP_HANDLER(unwinder); | ||
185 | |||
186 | #ifdef CONFIG_BUG | ||
187 | extern void handle_BUG(struct pt_regs *); | ||
188 | #endif | ||
184 | 189 | ||
185 | #define arch_align_stack(x) (x) | 190 | #define arch_align_stack(x) (x) |
186 | 191 | ||