]> git.baikalelectronics.ru Git - kernel.git/commit
sched: Fix sync wakeups again
authorPeter Zijlstra <a.p.zijlstra@chello.nl>
Tue, 15 Sep 2009 17:14:42 +0000 (19:14 +0200)
committerIngo Molnar <mingo@elte.hu>
Tue, 15 Sep 2009 17:47:22 +0000 (19:47 +0200)
commit8d3bf318a1fc9443d2409cdcb5a231d4daca0852
tree72b52a9f76df953b43554bdc00404f20b9645ee4
parent1b82ecf5870bbc348e6eb25cd1608785b1f6a50e
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>
kernel/sched.c