Re: [PATCH 2/3] sched: terminate newidle balancing once at least one task has moved over
From: Nick Piggin <hidden>
Date: 2008-07-09 08:10:36
Also in:
lkml
From: Nick Piggin <hidden>
Date: 2008-07-09 08:10:36
Also in:
lkml
On Tuesday 08 July 2008 22:37, Gregory Haskins wrote:
quoted
quoted
quoted
On Tue, Jul 8, 2008 at 1:00 AM, in message[ref], Nick Piggin [off-list ref] wrote:quoted
On Saturday 28 June 2008 06:29, Gregory Haskins wrote:quoted
Inspired by Peter Zijlstra. Signed-off-by: Gregory Haskins <redacted>What happened to the feedback I sent about this? It is still nack from me.Ah yes. Slipped through the cracks...sorry about that. What if we did "if (idle == CPU_NEWLY_IDLE && need_resched())" instead?
Isn't that exactly the same thing because any task will preempt the idle thread?