diff options
Diffstat (limited to 'arch/powerpc/xmon')
-rw-r--r-- | arch/powerpc/xmon/xmon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/xmon/xmon.c b/arch/powerpc/xmon/xmon.c index 95cf53b71499..cb95eea74d3d 100644 --- a/arch/powerpc/xmon/xmon.c +++ b/arch/powerpc/xmon/xmon.c | |||
@@ -338,7 +338,7 @@ int cpus_are_in_xmon(void) | |||
338 | 338 | ||
339 | static inline int unrecoverable_excp(struct pt_regs *regs) | 339 | static inline int unrecoverable_excp(struct pt_regs *regs) |
340 | { | 340 | { |
341 | #if defined(CONFIG_4xx) || defined(CONFIG_BOOK3E) | 341 | #if defined(CONFIG_4xx) || defined(CONFIG_PPC_BOOK3E) |
342 | /* We have no MSR_RI bit on 4xx or Book3e, so we simply return false */ | 342 | /* We have no MSR_RI bit on 4xx or Book3e, so we simply return false */ |
343 | return 0; | 343 | return 0; |
344 | #else | 344 | #else |