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 32518401af68..114ea241916f 100644 --- a/arch/powerpc/kernel/traps.c +++ b/arch/powerpc/kernel/traps.c | |||
@@ -1515,7 +1515,7 @@ void unrecoverable_exception(struct pt_regs *regs) | |||
1515 | die("Unrecoverable exception", regs, SIGABRT); | 1515 | die("Unrecoverable exception", regs, SIGABRT); |
1516 | } | 1516 | } |
1517 | 1517 | ||
1518 | #ifdef CONFIG_BOOKE_WDT | 1518 | #if defined(CONFIG_BOOKE_WDT) || defined(CONFIG_40x) |
1519 | /* | 1519 | /* |
1520 | * Default handler for a Watchdog exception, | 1520 | * Default handler for a Watchdog exception, |
1521 | * spins until a reboot occurs | 1521 | * spins until a reboot occurs |