summaryrefslogtreecommitdiffstats
path: root/cpu/mpc5xxx
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2009-12-21 18:40:43 -0500
committerWolfgang Denk <wd@denx.de>2010-01-18 00:23:33 +0100
commitcbb0cab1d929839d1cf170b54b1fef05896433ea (patch)
treea31cafe64d6aff6b24959a31a5358b454d8a346c /cpu/mpc5xxx
parent0c909551f88c0d92a919ff70127df7b33cdd473d (diff)
downloadblackbird-obmc-uboot-cbb0cab1d929839d1cf170b54b1fef05896433ea.tar.gz
blackbird-obmc-uboot-cbb0cab1d929839d1cf170b54b1fef05896433ea.zip
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 <vapier@gentoo.org>
Diffstat (limited to 'cpu/mpc5xxx')
-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 daa1ec6b58..2a0915351e 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);
OpenPOWER on IntegriCloud