OrangePi_CM5/kernel/sched
Elliot Berman 04c766fa76 ANDROID: Use rq_clock_task without CONFIG_SMP
Fix build error caused by guarding rq_clock_task_mult with CONFIG_SMP.

Issue was not seen in original commit as test case was UM Linux, which
does not enable CONFIG_CFS_BANDWIDTH.

>> kernel/sched/fair.c:4791:40: error: implicit declaration of function 'rq_clock_task_mult' [-Werror,-Wimplicit-function-declaration]
                   cfs_rq->throttled_clock_task_time += rq_clock_task_mult(rq) -

Change-Id: Id3392c37ba1b2bfe78c89bc4b1ca01b920164a35
Reported-by: kernel test robot <lkp@intel.com>
Fixes: 567d65e536 ("ANDROID: Guard rq_clock_task_mult with CONFIG_SMP")
Signed-off-by: Elliot Berman <quic_eberman@quicinc.com>
2022-08-18 21:33:48 +00:00
..
Makefile
autogroup.c
autogroup.h
clock.c
completion.c
core.c This is the 5.10.110 stable release 2022-04-18 17:41:18 +02:00
cpuacct.c
cpudeadline.c
cpudeadline.h
cpufreq.c ANDROID: android: Export symbols for invoking cpufreq_update_util() 2021-06-29 10:44:12 +00:00
cpufreq_schedutil.c This is the 5.10.71 stable release 2021-10-06 17:33:06 +02:00
cpupri.c ANDROID: sched: Export symbol for vendor RT hook funcion 2021-01-12 12:57:37 -08:00
cpupri.h
cputime.c This is the 5.10.94 stable release 2022-01-27 11:49:22 +01:00
deadline.c This is the 5.10.65 stable release 2021-09-15 14:16:47 +02:00
debug.c This is the 5.10.110 stable release 2022-04-18 17:41:18 +02:00
fair.c ANDROID: sched: Introducing PELT multiplier 2022-07-27 21:20:26 +00:00
features.h Revert "Revert "sched,fair: Alternative sched_slice()"" 2021-05-21 13:17:06 -07:00
idle.c This is the 5.10.69 stable release 2021-09-30 18:36:17 +02:00
isolation.c
loadavg.c
membarrier.c kernel: delete repeated words in comments 2022-02-01 17:25:45 +01:00
pelt.c ANDROID: sched: add vendor hook to PELT multiplier 2022-08-01 17:55:57 +00:00
pelt.h ANDROID: sched: Introducing PELT multiplier 2022-07-27 21:20:26 +00:00
psi.c This is the 5.10.97 stable release 2022-02-08 10:08:24 +01:00
rt.c This is the 5.10.94 stable release 2022-01-27 11:49:22 +01:00
sched-pelt.h ANDROID: sched: pelt: Fix the PELT arrays 2021-03-04 11:53:51 +00:00
sched.h ANDROID: Use rq_clock_task without CONFIG_SMP 2022-08-18 21:33:48 +00:00
smp.h
stats.c
stats.h
stop_task.c
swait.c
topology.c This is the 5.10.104 stable release 2022-03-12 13:57:09 +01:00
wait.c This is the 5.10.85 stable release 2021-12-14 15:11:46 +01:00
wait_bit.c