Re: [08/13] powerpc/64s: idle hmi wakeup is unlikely

2017-06-19 Thread Michael Ellerman
On Tue, 2017-06-13 at 13:05:52 UTC, Nicholas Piggin wrote: > In a busy system, idle wakeups can be expected from IPIs and device > interrupts. > > Reviewed-by: Gautham R. Shenoy > Signed-off-by: Nicholas Piggin Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/95acdc07124f329ef

[PATCH 08/13] powerpc/64s: idle hmi wakeup is unlikely

2017-06-13 Thread Nicholas Piggin
In a busy system, idle wakeups can be expected from IPIs and device interrupts. Reviewed-by: Gautham R. Shenoy Signed-off-by: Nicholas Piggin --- arch/powerpc/kernel/idle_book3s.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/powerpc/kernel/idle_book3s.S b/arch/power