]> git.karo-electronics.de Git - mv-sheeva.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)
commit04dc2dbbfe1c6f81b996d4dab255da75f9efbb4a
treea99e0c849f61d5bf7f3d9777f0e5c4bf69c61d9a
parentfacc43071cc0d4821c176d7d34570714eb348df9
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