Re: opal-elog: Fix opal-elog interrupt handler

2015-07-07 Thread Michael Ellerman
On Fri, 2015-03-07 at 07:39:12 UTC, Alistair Popple wrote: > The conversion of opal events to a proper irqchip means that handlers > are called until the relevant opal event has been cleared by > processing it. Events that queue work should therefore use a threaded > handler to mask the event until

Re: [PATCH] opal-elog: Fix opal-elog interrupt handler

2015-07-03 Thread Aneesh Kumar K.V
Alistair Popple writes: > The conversion of opal events to a proper irqchip means that handlers > are called until the relevant opal event has been cleared by > processing it. Events that queue work should therefore use a threaded > handler to mask the event until processing is complete. > > Sign

[PATCH] opal-elog: Fix opal-elog interrupt handler

2015-07-03 Thread Alistair Popple
The conversion of opal events to a proper irqchip means that handlers are called until the relevant opal event has been cleared by processing it. Events that queue work should therefore use a threaded handler to mask the event until processing is complete. Signed-off-by: Alistair Popple --- arch