Re: powerpc/powernv: process all OPAL event interrupts with kopald

2018-06-04 Thread Michael Ellerman
On Thu, 2018-05-10 at 17:20:05 UTC, Nicholas Piggin wrote: > Using irq_work for processing OPAL event interrupts is not necessary. > irq_work is typically used to schedule work from NMI context, a > softirq may be more appropriate. However OPAL events are not > particularly performance or latency

[PATCH] powerpc/powernv: process all OPAL event interrupts with kopald

2018-05-10 Thread Nicholas Piggin
Using irq_work for processing OPAL event interrupts is not necessary. irq_work is typically used to schedule work from NMI context, a softirq may be more appropriate. However OPAL events are not particularly performance or latency critical, so they can all be invoked by kopald. This patch removes