]> git.baikalelectronics.ru Git - kernel.git/commit
perf: Remove task_ctx_sched_in()
authorPeter Zijlstra <a.p.zijlstra@chello.nl>
Sat, 9 Apr 2011 19:17:43 +0000 (21:17 +0200)
committerIngo Molnar <mingo@elte.hu>
Sat, 28 May 2011 16:01:14 +0000 (18:01 +0200)
commit273f17c3b77874d3aceef7987b88050abd5dcc9b
treea99e0c849f61d5bf7f3d9777f0e5c4bf69c61d9a
parent6283ae1eadb7a402b84512302a9531152e2be67e
perf: Remove task_ctx_sched_in()

Make task_ctx_sched_*() imply EVENT_ALL, since anything less will not
actually have scheduled the task in/out at all.

Since there's no site that schedules all of a task in (due to the
interleave with flexible cpuctx) we can remove this function.

Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
Link: http://lkml.kernel.org/r/20110409192141.817893268@chello.nl
Signed-off-by: Ingo Molnar <mingo@elte.hu>
kernel/events/core.c