[PATCH 4/4] powerpc/eeh: Avoid event on passed PE

Benjamin Herrenschmidt benh at kernel.crashing.org
Wed May 21 10:13:09 EST 2014


On Tue, 2014-05-20 at 15:49 +0200, Alexander Graf wrote:
> Instead of
> 
>    if (passed_flag)
>      return;
> 
> you would do
> 
>    if (trigger_irqfd) {
>      trigger_irqfd();
>      return;
>    }
> 
> which would be a much nicer, generic interface.

But that's not how PAPR works.

Cheers,
Ben.




More information about the Linuxppc-dev mailing list