diff options
author | 2024-09-24 11:10:07 -1000 | |
---|---|---|
committer | 2024-09-24 11:10:07 -1000 | |
commit | 42268ad0eb4142245ea40ab01a5690a40e9c3b41 (patch) | |
tree | 6c02d020051f8cc95d366de93f9411a141d0285a /rust/helpers/build_bug.c | |
parent | Merge tag 'kbuild-v6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild (diff) | |
download | wireguard-linux-42268ad0eb4142245ea40ab01a5690a40e9c3b41.tar.xz wireguard-linux-42268ad0eb4142245ea40ab01a5690a40e9c3b41.zip |
sched_ext: Build fix for !CONFIG_SMP
move_remote_task_to_local_dsq() is only defined on SMP configs but
scx_disaptch_from_dsq() was calling move_remote_task_to_local_dsq() on UP
configs too causing build failures. Add a dummy
move_remote_task_to_local_dsq() which triggers a warning.
Signed-off-by: Tejun Heo <tj@kernel.org>
Fixes: 4c30f5ce4f7a ("sched_ext: Implement scx_bpf_dispatch[_vtime]_from_dsq()")
Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202409241108.jaocHiDJ-lkp@intel.com/
Diffstat (limited to 'rust/helpers/build_bug.c')
0 files changed, 0 insertions, 0 deletions