From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 5EE3CB6F8C for ; Fri, 17 Jun 2011 15:12:08 +1000 (EST) Subject: Re: [PATCH 2/2] powerpc/book3e-64: reraise doorbell when masked by soft-irq-disable From: Benjamin Herrenschmidt To: Scott Wood In-Reply-To: <1306183896.7481.209.camel@pasglop> References: <20110520190047.GB7058@schlenkerla.am.freescale.net> <1305930778.7481.197.camel@pasglop> <20110523152618.00a0e5f0@schlenkerla.am.freescale.net> <1306183896.7481.209.camel@pasglop> Content-Type: text/plain; charset="UTF-8" Date: Fri, 17 Jun 2011 15:12:00 +1000 Message-ID: <1308287520.32158.14.camel@pasglop> Mime-Version: 1.0 Cc: linuxppc-dev@lists.ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Tue, 2011-05-24 at 06:51 +1000, Benjamin Herrenschmidt wrote: > On Mon, 2011-05-23 at 15:26 -0500, Scott Wood wrote: > > On Sat, 21 May 2011 08:32:58 +1000 > > Benjamin Herrenschmidt wrote: > > > > > On Fri, 2011-05-20 at 14:00 -0500, Scott Wood wrote: > > > > Signed-off-by: Scott Wood > > > > --- > > > > arch/powerpc/kernel/exceptions-64e.S | 22 +++++++++++++++++++++- > > > > 1 files changed, 21 insertions(+), 1 deletions(-) > > > > > > You can probably remove the doorbell re-check when enabling interrupts > > > now, can't you ? > > > > Ah, so that's how it currently gets away without re-raising when the > > interrupt happens. :-) > > > > I'll remove it. > > Yup, I was too lazy to make a special case in the exception handlers :-) Are you going to send a re-spin ? Cheers, Ben.