commit | 63859d4fe4c97b737e7adbfe60acb1c2b2e668cb | [log] [tgz] |
---|---|---|
author | Peter Zijlstra <a.p.zijlstra@chello.nl> | Tue Sep 15 19:14:42 2009 +0200 |
committer | Ingo Molnar <mingo@elte.hu> | Tue Sep 15 19:47:22 2009 +0200 |
tree | 72b52a9f76df953b43554bdc00404f20b9645ee4 | |
parent | a7558e01056f5191ff2ecff53b075dcb9e484188 [diff] |
sched: Fix sync wakeups again The sync argument rename to introduce WF_* broke stuff by missing a local alias for an argument in __wake_up_common, fix it by using the more descriptive wake_flags name. This restores WF_SYNC propagation, which fixes wake_affine() behaviour, which fixes pipe-test. Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl> LKML-Reference: <new-submission> Signed-off-by: Ingo Molnar <mingo@elte.hu>