aboutsummaryrefslogtreecommitdiffstats
path: root/arch/microblaze/include/asm/exceptions.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/microblaze/include/asm/exceptions.h')
-rw-r--r--arch/microblaze/include/asm/exceptions.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/arch/microblaze/include/asm/exceptions.h b/arch/microblaze/include/asm/exceptions.h
index fa0e36657fdd..6479097b802b 100644
--- a/arch/microblaze/include/asm/exceptions.h
+++ b/arch/microblaze/include/asm/exceptions.h
@@ -69,22 +69,6 @@ asmlinkage void full_exception(struct pt_regs *regs, unsigned int type,
69void die(const char *str, struct pt_regs *fp, long err); 69void die(const char *str, struct pt_regs *fp, long err);
70void _exception(int signr, struct pt_regs *regs, int code, unsigned long addr); 70void _exception(int signr, struct pt_regs *regs, int code, unsigned long addr);
71 71
72#if defined(CONFIG_KGDB)
73void (*debugger)(struct pt_regs *regs);
74int (*debugger_bpt)(struct pt_regs *regs);
75int (*debugger_sstep)(struct pt_regs *regs);
76int (*debugger_iabr_match)(struct pt_regs *regs);
77int (*debugger_dabr_match)(struct pt_regs *regs);
78void (*debugger_fault_handler)(struct pt_regs *regs);
79#else
80#define debugger(regs) do { } while (0)
81#define debugger_bpt(regs) 0
82#define debugger_sstep(regs) 0
83#define debugger_iabr_match(regs) 0
84#define debugger_dabr_match(regs) 0
85#define debugger_fault_handler ((void (*)(struct pt_regs *))0)
86#endif
87
88#endif /*__ASSEMBLY__ */ 72#endif /*__ASSEMBLY__ */
89#endif /* __KERNEL__ */ 73#endif /* __KERNEL__ */
90#endif /* _ASM_MICROBLAZE_EXCEPTIONS_H */ 74#endif /* _ASM_MICROBLAZE_EXCEPTIONS_H */