kernel_samsung_a53x/kernel/sched/ems
Nahuel Gómez 27fe6f89a2 kernel: sched: ems: drop usage of SCHED_FEAT
We removed this.

../kernel/sched/ems/core.c:1370:23: error: use of undeclared identifier 'sched_feat_names'
 1370 |         index = match_string(sched_feat_names, __SCHED_FEAT_NR, "TTWU_QUEUE");
      |                              ^
../kernel/sched/ems/core.c:1370:41: error: use of undeclared identifier '__SCHED_FEAT_NR'
 1370 |         index = match_string(sched_feat_names, __SCHED_FEAT_NR, "TTWU_QUEUE");
      |                                                ^
../kernel/sched/ems/core.c:1372:23: error: use of undeclared identifier 'sched_feat_keys'
 1372 |                 static_key_disable(&sched_feat_keys[index]);
      |                                     ^
../kernel/sched/ems/core.c:1373:3: error: use of undeclared identifier 'sysctl_sched_features'; did you mean 'sysctl_sched_latency'?
 1373 |                 sysctl_sched_features &= ~(1UL << index);
      |                 ^~~~~~~~~~~~~~~~~~~~~
      |                 sysctl_sched_latency
../include/linux/sched/sysctl.h:29:21: note: 'sysctl_sched_latency' declared here
   29 | extern unsigned int sysctl_sched_latency;
      |                     ^
4 errors generated.

Signed-off-by: Nahuel Gómez <nahuelgomez329@gmail.com>
2024-11-19 17:52:14 +01:00
..
balance.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
core.c kernel: sched: ems: drop usage of SCHED_FEAT 2024-11-19 17:52:14 +01:00
cpufreq.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ecs.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ecs_dynamic.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ego.c Revert "kernel: ems/ego: Allow CPU frequency changes to be amended before they're set" 2024-11-18 07:48:15 +01:00
ems.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
energy_step.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
energy_table.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
freq_variant.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
freqboost.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
frt.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
gsc.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
halo.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
hook.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
idle.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
main.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
Makefile Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
mhdvfs.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
multi_load.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ontime.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
profile.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
sparing.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
state.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
sysbusy.c treewide: Fix build errors with clang18 2024-06-15 16:28:49 -03:00
tune.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00