diff options
Diffstat (limited to 'arch/powerpc/kernel/traps.c')
| -rw-r--r-- | arch/powerpc/kernel/traps.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/kernel/traps.c b/arch/powerpc/kernel/traps.c index 4d0b4e74d579..9b352bd0a460 100644 --- a/arch/powerpc/kernel/traps.c +++ b/arch/powerpc/kernel/traps.c | |||
| @@ -148,7 +148,7 @@ int die(const char *str, struct pt_regs *regs, long err) | |||
| 148 | panic("Fatal exception in interrupt"); | 148 | panic("Fatal exception in interrupt"); |
| 149 | 149 | ||
| 150 | if (panic_on_oops) | 150 | if (panic_on_oops) |
| 151 | panic("Fatal exception: panic_on_oops"); | 151 | panic("Fatal exception"); |
| 152 | 152 | ||
| 153 | do_exit(err); | 153 | do_exit(err); |
| 154 | 154 | ||
