sh: nmi_debug support.
[linux-block.git] / arch / sh / include / asm / system.h
index bf7c4cbde372266719a48b924192daf5bf75ebe0..b5c5acdc8c0e546c285d236b651f9207e8fc3c31 100644 (file)
@@ -169,6 +169,11 @@ BUILD_TRAP_HANDLER(breakpoint);
 BUILD_TRAP_HANDLER(singlestep);
 BUILD_TRAP_HANDLER(fpu_error);
 BUILD_TRAP_HANDLER(fpu_state_restore);
+BUILD_TRAP_HANDLER(nmi);
+
+#ifdef CONFIG_BUG
+extern void handle_BUG(struct pt_regs *);
+#endif
 
 #define arch_align_stack(x) (x)