Re: [1/3] cpuidle: powerpc: cpuidle set polling before enabling irqs
From: Michael Ellerman <mpe@ellerman.id.au>
Date: 2017-06-30 03:45:13
Also in:
linux-pm, lkml
From: Michael Ellerman <mpe@ellerman.id.au>
Date: 2017-06-30 03:45:13
Also in:
linux-pm, lkml
"Rafael J. Wysocki" [off-list ref] writes:
On Thu, Jun 29, 2017 at 2:21 PM, Michael Ellerman [off-list ref] wrote:quoted
On Wed, 2017-06-14 at 13:02:39 UTC, Nicholas Piggin wrote:quoted
local_irq_enable can cause interrupts to be taken which could take significant amount of processing time. The idle process should set its polling flag before this, so another process that wakes it during this time will not have to send an IPI. Expand the TIF_POLLING_NRFLAG coverage to as large as possible. Reviewed-by: Gautham R. Shenoy <redacted> Signed-off-by: Nicholas Piggin <npiggin@gmail.com>Series applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/3fc5ee927ff4ffed6aa2fcd44d2fbfOK I've applied it too, so I guess I should drop it?
Erk sorry. I hadn't heard anything so I picked it up. If you can drop it that would be good, but if not git will probably work it out mostly :) cheers