Re: [PATCH] sched/cpufreq: Remove unused macro SUGOV_KTHREAD_PRIORITY

2018-02-08 Thread Leo Yan
On Thu, Feb 08, 2018 at 07:34:54PM +0530, Viresh Kumar wrote: > Forgot Cc'ing me ? :) I meant to copy you, but I wrongly added Vikram :) > On Thu, Feb 8, 2018 at 7:18 PM, Leo Yan wrote: > > Since schedutil kernel thread directly set priority to 0, the macro > > SUGOV_KTHREAD_PRIORITY is not used

Re: [PATCH] sched/cpufreq: Remove unused macro SUGOV_KTHREAD_PRIORITY

2018-02-08 Thread Daniel Lezcano
On 08/02/2018 14:48, Leo Yan wrote: > Since schedutil kernel thread directly set priority to 0, the macro > SUGOV_KTHREAD_PRIORITY is not used. So remove it. > > Cc: Vikram Mulukutla > Cc: Vincent Guittot > Cc: Daniel Lezcano > Signed-off-by: Leo Yan Acked-by: Daniel Lezcano --

Re: [PATCH] sched/cpufreq: Remove unused macro SUGOV_KTHREAD_PRIORITY

2018-02-08 Thread Viresh Kumar
Forgot Cc'ing me ? :) On Thu, Feb 8, 2018 at 7:18 PM, Leo Yan wrote: > Since schedutil kernel thread directly set priority to 0, the macro > SUGOV_KTHREAD_PRIORITY is not used. So remove it. > > Cc: Vikram Mulukutla > Cc: Vincent Guittot > Cc: Daniel Lezcano > Signed-off-by: Leo Yan > --- >

[PATCH] sched/cpufreq: Remove unused macro SUGOV_KTHREAD_PRIORITY

2018-02-08 Thread Leo Yan
Since schedutil kernel thread directly set priority to 0, the macro SUGOV_KTHREAD_PRIORITY is not used. So remove it. Cc: Vikram Mulukutla Cc: Vincent Guittot Cc: Daniel Lezcano Signed-off-by: Leo Yan --- kernel/sched/cpufreq_schedutil.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/k