diff options
author | Yu Liao <[email protected]> | 2024-09-23 21:54:30 +0800 |
---|---|---|
committer | Tejun Heo <[email protected]> | 2024-09-23 05:18:03 -1000 |
commit | bdeb868c0ddf04c4777bf651834495baaf4f991b (patch) | |
tree | 8135cc5cd59641052309c3bd21da6bb544a7b2ef /scripts/generate_rust_analyzer.py | |
parent | 88264981f2082248e892a706b2c5004650faac54 (diff) |
sched: Add dummy version of sched_group_set_idle()
Fix the following error when build with CONFIG_GROUP_SCHED_WEIGHT &&
!CONFIG_FAIR_GROUP_SCHED:
kernel/sched/core.c:9634:15: error: implicit declaration of function
'sched_group_set_idle'; did you mean 'scx_group_set_idle'? [-Wimplicit-function-declaration]
9634 | ret = sched_group_set_idle(css_tg(css), idle);
| ^~~~~~~~~~~~~~~~~~~~
| scx_group_set_idle
Fixes: e179e80c5d4f ("sched: Introduce CONFIG_GROUP_SCHED_WEIGHT")
Reported-by: kernel test robot <[email protected]>
Closes: https://lore.kernel.org/oe-kbuild-all/[email protected]/
Signed-off-by: Yu Liao <[email protected]>
Signed-off-by: Tejun Heo <[email protected]>
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions