commit | 464b75273f64be7c81fee975bd6ca9593df3427b | [log] [tgz] |
---|---|---|
author | Peter Zijlstra <a.p.zijlstra@chello.nl> | Fri Oct 24 11:06:15 2008 +0200 |
committer | Ingo Molnar <mingo@elte.hu> | Fri Oct 24 12:51:02 2008 +0200 |
tree | c7efd037f65129ba9bff5b8a4a61d506e904715f | |
parent | 0d13033bc9257fe65c1aa25e84568b1608da0901 [diff] |
sched: re-instate vruntime based wakeup preemption The advantage is that vruntime based wakeup preemption has a better conceptual model. Here wakeup_gran = 0 means: preempt when 'fair'. Therefore wakeup_gran is the granularity of unfairness we allow in order to make progress. Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl> Acked-by: Mike Galbraith <efault@gmx.de> Signed-off-by: Ingo Molnar <mingo@elte.hu>