mirror of
https://github.com/JakeHillion/scx.git
synced 2024-11-26 19:30:24 +00:00
ee940bd8b5
scx_rustland has a function called get_cpu_owner() in BPF which currently has no callers. There's nothing wrong with the function, but it causes a warning due to an unused function. Let's just annotate it with __maybe_unused to tell the compiler that it's not a problem. Signed-off-by: David Vernet <void@manifault.com> |
||
---|---|---|
.. | ||
common.bpf.h | ||
common.h | ||
compat.bpf.h | ||
compat.h | ||
ravg_impl.bpf.h | ||
ravg.bpf.h | ||
user_exit_info.h |