diff options
Diffstat (limited to 'arch/microblaze/include/asm/exceptions.h')
-rw-r--r-- | arch/microblaze/include/asm/exceptions.h | 16 |
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, | |||
69 | void die(const char *str, struct pt_regs *fp, long err); | 69 | void die(const char *str, struct pt_regs *fp, long err); |
70 | void _exception(int signr, struct pt_regs *regs, int code, unsigned long addr); | 70 | void _exception(int signr, struct pt_regs *regs, int code, unsigned long addr); |
71 | 71 | ||
72 | #if defined(CONFIG_KGDB) | ||
73 | void (*debugger)(struct pt_regs *regs); | ||
74 | int (*debugger_bpt)(struct pt_regs *regs); | ||
75 | int (*debugger_sstep)(struct pt_regs *regs); | ||
76 | int (*debugger_iabr_match)(struct pt_regs *regs); | ||
77 | int (*debugger_dabr_match)(struct pt_regs *regs); | ||
78 | void (*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 */ |