Re: [PATCH v2 3/4] sched/deadline: add the "set_flag" argument to cpudl_find()

2014-11-20 Thread pang.xunlei
On 20 November 2014 22:58, pang.xunlei wrote: > On 20 November 2014 00:24, Steven Rostedt wrote: >> On Wed, 19 Nov 2014 23:46:21 +0800 >> "pang.xunlei" wrote: >> >>> The call site of cpudl_find() in check_preempt_equal_dl() doesn't >>> use later_mask, so add this extra argument to distinquish th

Re: [PATCH v2 3/4] sched/deadline: add the "set_flag" argument to cpudl_find()

2014-11-20 Thread pang.xunlei
On 20 November 2014 00:24, Steven Rostedt wrote: > On Wed, 19 Nov 2014 23:46:21 +0800 > "pang.xunlei" wrote: > >> The call site of cpudl_find() in check_preempt_equal_dl() doesn't >> use later_mask, so add this extra argument to distinquish the case. >> >> Signed-off-by: pang.xunlei >> --- >> k

Re: [PATCH v2 3/4] sched/deadline: add the "set_flag" argument to cpudl_find()

2014-11-19 Thread Steven Rostedt
On Wed, 19 Nov 2014 23:46:21 +0800 "pang.xunlei" wrote: > The call site of cpudl_find() in check_preempt_equal_dl() doesn't > use later_mask, so add this extra argument to distinquish the case. > > Signed-off-by: pang.xunlei > --- > kernel/sched/cpudeadline.c |6 -- > kernel/sched/cpud

[PATCH v2 3/4] sched/deadline: add the "set_flag" argument to cpudl_find()

2014-11-19 Thread pang.xunlei
The call site of cpudl_find() in check_preempt_equal_dl() doesn't use later_mask, so add this extra argument to distinquish the case. Signed-off-by: pang.xunlei --- kernel/sched/cpudeadline.c |6 -- kernel/sched/cpudeadline.h |2 +- kernel/sched/deadline.c|6 +++--- 3 files c