|
@@ -37,10 +37,6 @@
|
|
#include <asm/processor.h>
|
|
#include <asm/processor.h>
|
|
#include <asm/m8260_pci.h>
|
|
#include <asm/m8260_pci.h>
|
|
|
|
|
|
-#if defined(CONFIG_CMD_KGDB)
|
|
|
|
-int (*debugger_exception_handler)(struct pt_regs *) = 0;
|
|
|
|
-#endif
|
|
|
|
-
|
|
|
|
/* Returns 0 if exception not found and fixup otherwise. */
|
|
/* Returns 0 if exception not found and fixup otherwise. */
|
|
extern unsigned long search_exception_table(unsigned long);
|
|
extern unsigned long search_exception_table(unsigned long);
|
|
|
|
|