From: Dmitry Adamushko Date: Mon, 15 Oct 2007 15:00:08 +0000 (+0200) Subject: sched: simplify sched_class::yield_task() X-Git-Tag: v2.6.24-rc1~1289^2~96 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4530d7ab0fb8d5056b68c376949e2d5c4db7817e;p=pandora-kernel.git 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 Signed-off-by: Ingo Molnar Signed-off-by: Peter Zijlstra Reviewed-by: Thomas Gleixner --- Reading git-diff-tree failed