From: Dmitry Adamushko Date: Mon, 15 Oct 2007 15:00:12 +0000 (+0200) Subject: sched: yield fix X-Git-Tag: v2.6.24-rc1~1289^2~65 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b1e315dd2822c99793485f9e53a73459fb399c1;p=pandora-kernel.git sched: yield fix fix yield bugs due to the current-not-in-rbtree changes: the task is not in the rbtree so rbtree-removal is a no-no. [ From: Srivatsa Vaddagiri : build fix. ] also, nice code size reduction: kernel/sched.o: text data bss dec hex filename 38323 3506 24 41853 a37d sched.o.before 38236 3506 24 41766 a326 sched.o.after Signed-off-by: Ingo Molnar Signed-off-by: Dmitry Adamushko Reviewed-by: Thomas Gleixner --- Reading git-diff-tree failed