From: Dmitry Adamushko Date: Fri, 25 Jan 2008 20:08:21 +0000 (+0100) Subject: sched: no need for 'affine wakeup' balancing X-Git-Tag: v2.6.25-rc1~1237^2~45 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ec3b77e11b9398ab40b492c4fde7d8aac04a718;p=pandora-kernel.git sched: no need for 'affine wakeup' balancing No need to do a check for 'affine wakeup and passive balancing possibilities' in select_task_rq_fair() when task_cpu(p) == this_cpu. I guess, this part got missed upon introduction of per-sched_class select_task_rq() in try_to_wake_up(). Signed-off-by: Dmitry Adamushko Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed