diff options
Diffstat (limited to 'arch/mips/txx9/generic/setup_tx4939.c')
-rw-r--r-- | arch/mips/txx9/generic/setup_tx4939.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/mips/txx9/generic/setup_tx4939.c b/arch/mips/txx9/generic/setup_tx4939.c index b7eccbd17bf7..e3733cde50d6 100644 --- a/arch/mips/txx9/generic/setup_tx4939.c +++ b/arch/mips/txx9/generic/setup_tx4939.c | |||
@@ -35,8 +35,8 @@ static void __init tx4939_wdr_init(void) | |||
35 | { | 35 | { |
36 | /* report watchdog reset status */ | 36 | /* report watchdog reset status */ |
37 | if (____raw_readq(&tx4939_ccfgptr->ccfg) & TX4939_CCFG_WDRST) | 37 | if (____raw_readq(&tx4939_ccfgptr->ccfg) & TX4939_CCFG_WDRST) |
38 | pr_warning("Watchdog reset detected at 0x%lx\n", | 38 | pr_warn("Watchdog reset detected at 0x%lx\n", |
39 | read_c0_errorepc()); | 39 | read_c0_errorepc()); |
40 | /* clear WatchDogReset (W1C) */ | 40 | /* clear WatchDogReset (W1C) */ |
41 | tx4939_ccfg_set(TX4939_CCFG_WDRST); | 41 | tx4939_ccfg_set(TX4939_CCFG_WDRST); |
42 | /* do reset on watchdog */ | 42 | /* do reset on watchdog */ |