commit | 0bbd3336eee1e712a290e0dfd1a64cbbdd63a508 | [log] [tgz] |
---|---|---|
author | Peter Zijlstra <a.p.zijlstra@chello.nl> | Sat Apr 19 19:44:57 2008 +0200 |
committer | Ingo Molnar <mingo@elte.hu> | Sat Apr 19 19:44:57 2008 +0200 |
tree | a44ea1d2a5bf1e9f2975bc55a88167b3fc2104fe | |
parent | 15934a37324f32e0fda633dc7984a671ea81cd75 [diff] |
sched: fix wakeup granularity for buddies The wakeup buddy logic didn't use the same wakeup granularity logic as the wakeup preemption did, this might cause the ->next buddy to be selected past the point where we would have preempted had the task been a single running instance. Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl> Signed-off-by: Ingo Molnar <mingo@elte.hu>