Re: [PATCH RESEND] sched/rt: Change rt_nr_running to rt_queued in the comment

2016-11-22 Thread Daniel Bristot de Oliveira
On 11/19/2016 04:13 AM, T.Zhou wrote: > The code actually checks rt_queued not rt_nr_running > in pick_next_task_rt(), so change the corresponding > comment. > > Signed-off-by: T.Zhou Acked-by: Daniel Bristot de Oliveira -- Daniel

[PATCH RESEND] sched/rt: Change rt_nr_running to rt_queued in the comment

2016-11-18 Thread T.Zhou
The code actually checks rt_queued not rt_nr_running in pick_next_task_rt(), so change the corresponding comment. Signed-off-by: T.Zhou --- kernel/sched/rt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/sched/rt.c b/kernel/sched/rt.c index 2516b8d..9b4a5c5 100644 --