Loading arch/powerpc/xmon/xmon.c +1 −1 Original line number Diff line number Diff line Loading @@ -338,7 +338,7 @@ int cpus_are_in_xmon(void) static inline int unrecoverable_excp(struct pt_regs *regs) { #if defined(CONFIG_4xx) || defined(CONFIG_BOOK3E) #if defined(CONFIG_4xx) || defined(CONFIG_PPC_BOOK3E) /* We have no MSR_RI bit on 4xx or Book3e, so we simply return false */ return 0; #else Loading Loading
arch/powerpc/xmon/xmon.c +1 −1 Original line number Diff line number Diff line Loading @@ -338,7 +338,7 @@ int cpus_are_in_xmon(void) static inline int unrecoverable_excp(struct pt_regs *regs) { #if defined(CONFIG_4xx) || defined(CONFIG_BOOK3E) #if defined(CONFIG_4xx) || defined(CONFIG_PPC_BOOK3E) /* We have no MSR_RI bit on 4xx or Book3e, so we simply return false */ return 0; #else Loading