Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 40ebbcbf authored by Dave Jiang's avatar Dave Jiang Committed by Paul Mackerras
Browse files

[POWERPC] Fix comment in booke_wdt



The early kernel parameter is wdt and not wdt_enable. according to
arch/powerpc/kernel/setup_32.c.

Signed-off-by: default avatarDave Jiang <djiang@mvista.com>
Signed-off-by: default avatarKumar Gala <galak@kernel.crashing.org>
parent 3d372548
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -24,7 +24,7 @@
#include <asm/uaccess.h>
#include <asm/uaccess.h>
#include <asm/system.h>
#include <asm/system.h>


/* If the kernel parameter wdt_enable=1, the watchdog will be enabled at boot.
/* If the kernel parameter wdt=1, the watchdog will be enabled at boot.
 * Also, the wdt_period sets the watchdog timer period timeout.
 * Also, the wdt_period sets the watchdog timer period timeout.
 * For E500 cpus the wdt_period sets which bit changing from 0->1 will
 * For E500 cpus the wdt_period sets which bit changing from 0->1 will
 * trigger a watchog timeout. This watchdog timeout will occur 3 times, the
 * trigger a watchog timeout. This watchdog timeout will occur 3 times, the