diff options
author | Dmitry Adamushko | 2007-10-15 17:00:08 +0200 |
---|---|---|
committer | Ingo Molnar | 2007-10-15 17:00:08 +0200 |
commit | 4530d7ab0fb8d5056b68c376949e2d5c4db7817e (patch) | |
tree | e5ba2d7fde1d56948c5517442a7e90815f96ef82 /REPORTING-BUGS | |
parent | sched: optimize task_new_fair() (diff) | |
download | kernel-qcow2-linux-4530d7ab0fb8d5056b68c376949e2d5c4db7817e.tar.gz kernel-qcow2-linux-4530d7ab0fb8d5056b68c376949e2d5c4db7817e.tar.xz kernel-qcow2-linux-4530d7ab0fb8d5056b68c376949e2d5c4db7817e.zip |
sched: simplify sched_class::yield_task()
the 'p' (task_struct) parameter in the sched_class :: yield_task() is
redundant as the caller is always the 'current'. Get rid of it.
text data bss dec hex filename
24341 2734 20 27095 69d7 sched.o.before
24330 2734 20 27084 69cc sched.o.after
Signed-off-by: Dmitry Adamushko <dmitry.adamushko@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
Reviewed-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'REPORTING-BUGS')
0 files changed, 0 insertions, 0 deletions