From: Dmitry Adamushko Date: Thu, 15 Nov 2007 19:57:40 +0000 (+0100) Subject: sched: remove activate_idle_task() X-Git-Tag: v2.6.24-rc3~7^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=94bc9a7bd97efdda4dfbe61d0df32ce19d41c0a9;p=pandora-kernel.git sched: remove activate_idle_task() cpu_down() code is ok wrt sched_idle_next() placing the 'idle' task not at the beginning of the queue. So get rid of activate_idle_task() and make use of activate_task() instead. It is the same as activate_task(), except for the update_rq_clock(rq) call that is redundant. Code size goes down: text data bss dec hex filename 47853 3934 336 52123 cb9b sched.o.before 47828 3934 336 52098 cb82 sched.o.after Signed-off-by: Dmitry Adamushko Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed