summaryrefslogtreecommitdiff
path: root/cpu/mpc5xxx/traps.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpu/mpc5xxx/traps.c')
-rw-r--r--cpu/mpc5xxx/traps.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/cpu/mpc5xxx/traps.c b/cpu/mpc5xxx/traps.c
index daa1ec6..2a09153 100644
--- a/cpu/mpc5xxx/traps.c
+++ b/cpu/mpc5xxx/traps.c
@@ -37,10 +37,6 @@
#include <command.h>
#include <asm/processor.h>
-#if defined(CONFIG_CMD_KGDB)
-int (*debugger_exception_handler)(struct pt_regs *) = 0;
-#endif
-
/* Returns 0 if exception not found and fixup otherwise. */
extern unsigned long search_exception_table(unsigned long);