diff options
Diffstat (limited to 'cpu/mpc85xx/traps.c')
| -rw-r--r-- | cpu/mpc85xx/traps.c | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/cpu/mpc85xx/traps.c b/cpu/mpc85xx/traps.c index a87eed2ad..904f05233 100644 --- a/cpu/mpc85xx/traps.c +++ b/cpu/mpc85xx/traps.c @@ -39,6 +39,8 @@  #include <command.h>  #include <asm/processor.h> +DECLARE_GLOBAL_DATA_PTR; +  #if (CONFIG_COMMANDS & CFG_CMD_KGDB)  int (*debugger_exception_handler)(struct pt_regs *) = 0;  #endif @@ -83,7 +85,6 @@ extern void do_bedbug_breakpoint(struct pt_regs *);  void  print_backtrace(unsigned long *sp)  { -	DECLARE_GLOBAL_DATA_PTR;  	int cnt = 0;  	unsigned long i; |