Re: [PATCH V4 1/3] sched/core: Move schedutil_cpu_util() to core.c

2020-11-25 Thread Rafael J. Wysocki
On Tue, Nov 24, 2020 at 7:26 AM Viresh Kumar wrote: > > There is nothing schedutil specific in schedutil_cpu_util(), move it to > core.c and define it only for CONFIG_SMP. > > Signed-off-by: Viresh Kumar For the schedutil part: Acked-by: Rafael J. Wysocki > --- > kernel/sched/core.c

[PATCH V4 1/3] sched/core: Move schedutil_cpu_util() to core.c

2020-11-23 Thread Viresh Kumar
There is nothing schedutil specific in schedutil_cpu_util(), move it to core.c and define it only for CONFIG_SMP. Signed-off-by: Viresh Kumar --- kernel/sched/core.c | 108 +++ kernel/sched/cpufreq_schedutil.c | 106 --