]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - cpu/ppc4xx/traps.c
kgdb: drop duplicate debugger_exception_handler
[karo-tx-uboot.git] / cpu / ppc4xx / traps.c
index 55154b6f0110c262fb264a4e2bcfda7387f0174e..cb35faf081414d30526c74b3458ba0c93abda684 100644 (file)
 
 DECLARE_GLOBAL_DATA_PTR;
 
-#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);