From: Alex Shi Date: Thu, 26 Jul 2012 00:55:34 +0000 (+0800) Subject: sched: recover SD_WAKE_AFFINE in select_task_rq_fair and code clean up X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~95^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f03542a7019c600163ac4441d8a826c92c1bd510;p=pandora-kernel.git sched: recover SD_WAKE_AFFINE in select_task_rq_fair and code clean up Since power saving code was removed from sched now, the implement code is out of service in this function, and even pollute other logical. like, 'want_sd' never has chance to be set '0', that remove the effect of SD_WAKE_AFFINE here. So, clean up the obsolete code, includes SD_PREFER_LOCAL. Signed-off-by: Alex Shi Signed-off-by: Peter Zijlstra Link: http://lkml.kernel.org/r/5028F431.6000306@intel.com Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed