From cbb0cab1d929839d1cf170b54b1fef05896433ea Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 21 Dec 2009 18:40:43 -0500 Subject: kgdb: drop duplicate debugger_exception_handler The debugger_exception_handler definition is the same for everyone, so use the common one now. Signed-off-by: Mike Frysinger --- cpu/mpc85xx/traps.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'cpu/mpc85xx') diff --git a/cpu/mpc85xx/traps.c b/cpu/mpc85xx/traps.c index 9d16b9b..241ebd5 100644 --- a/cpu/mpc85xx/traps.c +++ b/cpu/mpc85xx/traps.c @@ -42,10 +42,6 @@ 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); -- cgit v1.1