]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - cpu/mpc8xx/traps.c
kgdb: drop duplicate debugger_exception_handler
[karo-tx-uboot.git] / cpu / mpc8xx / traps.c
index e1ec88961ab61bafda75a75fcc1aedc2888eaa42..f357c8d6bfbe66e0ad0189f5cce65cff149f2401 100644 (file)
 #include <command.h>
 #include <asm/processor.h>
 
-#if defined(CONFIG_CMD_KGDB)
-int (*debugger_exception_handler)(struct pt_regs *) = 0;
-#endif
-
 #if defined(CONFIG_CMD_BEDBUG)
 extern void do_bedbug_breakpoint(struct pt_regs *);
 #endif