[PATCH 10/10] Revert "powerpc/watchdog: Don't enable interrupt on PPC64 BookE"
Scott Wood
scottwood at freescale.com
Fri Mar 14 11:00:49 EST 2014
This reverts commit 3978bdb4ed653342b0be66c031bf61b72cc55d60, now that
critical interrupts are properly supported on ppc64 booke.
Signed-off-by: Scott Wood <scottwood at freescale.com>
Cc: Laurentiu Tudor <Laurentiu.Tudor at freescale.com>
Cc: Wim Van Sebroeck <wim at iguana.be>
---
drivers/watchdog/booke_wdt.c | 8 --------
1 file changed, 8 deletions(-)
diff --git a/drivers/watchdog/booke_wdt.c b/drivers/watchdog/booke_wdt.c
index f1b8d55..a8dbceb3 100644
--- a/drivers/watchdog/booke_wdt.c
+++ b/drivers/watchdog/booke_wdt.c
@@ -138,14 +138,6 @@ static void __booke_wdt_enable(void *data)
val &= ~WDTP_MASK;
val |= (TCR_WIE|TCR_WRC(WRC_CHIP)|WDTP(booke_wdt_period));
-#ifdef CONFIG_PPC_BOOK3E_64
- /*
- * Crit ints are currently broken on PPC64 Book-E, so
- * just disable them for now.
- */
- val &= ~TCR_WIE;
-#endif
-
mtspr(SPRN_TCR, val);
}
--
1.8.3.2
More information about the Linuxppc-dev
mailing list