Re: [PATCH v2 4/4] sched/deadline: change cpudl_find() to return bool instead of best_cpu

2014-11-19 Thread Steven Rostedt
On Wed, 19 Nov 2014 23:46:22 +0800 "pang.xunlei" wrote: > cpudl_find() is not a good place to select the best cpu, so leave > this role to its call site, currently it is find_later_rq() where > we can do the election of the best cpu according to sd topology. > > Signed-off-by: pang.xunlei >

[PATCH v2 4/4] sched/deadline: change cpudl_find() to return bool instead of best_cpu

2014-11-19 Thread pang.xunlei
cpudl_find() is not a good place to select the best cpu, so leave this role to its call site, currently it is find_later_rq() where we can do the election of the best cpu according to sd topology. Signed-off-by: pang.xunlei --- kernel/sched/cpudeadline.c | 15 +--

[PATCH v2 4/4] sched/deadline: change cpudl_find() to return bool instead of best_cpu

2014-11-19 Thread pang.xunlei
cpudl_find() is not a good place to select the best cpu, so leave this role to its call site, currently it is find_later_rq() where we can do the election of the best cpu according to sd topology. Signed-off-by: pang.xunlei pang.xun...@linaro.org --- kernel/sched/cpudeadline.c | 15

Re: [PATCH v2 4/4] sched/deadline: change cpudl_find() to return bool instead of best_cpu

2014-11-19 Thread Steven Rostedt
On Wed, 19 Nov 2014 23:46:22 +0800 pang.xunlei pang.xun...@linaro.org wrote: cpudl_find() is not a good place to select the best cpu, so leave this role to its call site, currently it is find_later_rq() where we can do the election of the best cpu according to sd topology. Signed-off-by: