diff options
Diffstat (limited to 'cpu/mpc8220/traps.c')
-rw-r--r-- | cpu/mpc8220/traps.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/cpu/mpc8220/traps.c b/cpu/mpc8220/traps.c index 89cca1d..f98d40f 100644 --- a/cpu/mpc8220/traps.c +++ b/cpu/mpc8220/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); |