]> git.baikalelectronics.ru Git - kernel.git/commit
sched: Add pre and post wakeup hooks
authorPeter Zijlstra <a.p.zijlstra@chello.nl>
Wed, 16 Dec 2009 17:04:40 +0000 (18:04 +0100)
committerIngo Molnar <mingo@elte.hu>
Wed, 16 Dec 2009 18:01:58 +0000 (19:01 +0100)
commit9814518b87563719cd0c5e75ace923d65e4d0412
treec1bf0d86134187e127a00067b50b0684c2988860
parentc16d95c246b44d5ffb3b6df5f78202c4f13253c4
sched: Add pre and post wakeup hooks

As will be apparent in the next patch, we need a pre wakeup hook
for sched_fair task migration, hence rename the post wakeup hook
and one pre wakeup.

Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Mike Galbraith <efault@gmx.de>
LKML-Reference: <20091216170518.114746117@chello.nl>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
include/linux/sched.h
kernel/sched.c
kernel/sched_rt.c