From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from spo001.leaseweb.com (ns1.pc-advies.be [83.149.101.17]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 00EBA2C00A7 for ; Mon, 17 Mar 2014 06:56:27 +1100 (EST) Date: Sun, 16 Mar 2014 20:56:17 +0100 From: Wim Van Sebroeck To: Scott Wood Subject: Re: [PATCH 10/10] Revert "powerpc/watchdog: Don't enable interrupt on PPC64 BookE" Message-ID: <20140316195617.GA3643@spo001.leaseweb.com> References: <1394755249-8856-1-git-send-email-scottwood@freescale.com> <1394755249-8856-11-git-send-email-scottwood@freescale.com> <20140315195137.GA14681@spo001.leaseweb.com> <1394957243.12479.155.camel@snotra.buserror.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <1394957243.12479.155.camel@snotra.buserror.net> Sender: Cc: Laurentiu Tudor , linuxppc-dev@lists.ozlabs.org, Tiejun Chen List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hi Scott, > On Sat, 2014-03-15 at 20:51 +0100, Wim Van Sebroeck wrote: > > Hi Scott, > > > > > This reverts commit 3978bdb4ed653342b0be66c031bf61b72cc55d60, now that > > > critical interrupts are properly supported on ppc64 booke. > > > > > > Signed-off-by: Scott Wood > > > Cc: Laurentiu Tudor > > > Cc: Wim Van Sebroeck > > > --- > > > 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); > > > } > > > > > > > Patch has been added to linux-watchdog-next. > > Please unapply it. It is patch 10/10 and depends on the previous parts > of the patchset to make critical interrupts work properly. Unapplied. Kind regards, Wim.