Re: [PATCH 2/2] powerpc/book3e-64: reraise doorbell when masked by soft-irq-disable
From: Scott Wood <hidden>
Date: 2011-05-23 20:26:35
From: Scott Wood <hidden>
Date: 2011-05-23 20:26:35
On Sat, 21 May 2011 08:32:58 +1000 Benjamin Herrenschmidt [off-list ref] wrote:
On Fri, 2011-05-20 at 14:00 -0500, Scott Wood wrote:quoted
Signed-off-by: Scott Wood <redacted> --- 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. -Scott