Re: powerpc/64: replay hypervisor maintenance priority

2016-09-20 Thread Michael Ellerman
On Wed, 2016-14-09 at 03:01:21 UTC, Nicholas Piggin wrote: > The hmi is defined to be higher priority than other maskable > interrupts, so replay it first, as a best-effort to replay according > to hardware priorities. > > Signed-off-by: Nicholas Piggin Applied to powerpc next, thanks. https://

[PATCH] powerpc/64: replay hypervisor maintenance priority

2016-09-13 Thread Nicholas Piggin
The hmi is defined to be higher priority than other maskable interrupts, so replay it first, as a best-effort to replay according to hardware priorities. Signed-off-by: Nicholas Piggin --- arch/powerpc/kernel/irq.c | 14 +- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git