diff options
author | Hailong Liu <[email protected]> | 2021-06-06 19:54:51 +0800 |
---|---|---|
committer | Peter Zijlstra <[email protected]> | 2021-06-28 15:42:25 +0200 |
commit | 18765447c3b7867b3f8cccde52dc9d822852e71b (patch) | |
tree | 2f6e726d804b7d2731782a66838c800667cc3740 /tools/testing/selftests/bpf/prog_tests/prog_array_init.c | |
parent | 77eccd0dfae353a64a2088d308bed3b373a4220f (diff) |
sched/sysctl: Move extern sysctl declarations to sched.h
Since commit '8a99b6833c88(sched: Move SCHED_DEBUG sysctl to debugfs)',
SCHED_DEBUG sysctls are moved to debugfs, so these extern sysctls in
include/linux/sched/sysctl.h are no longer needed for sysctl.c, even
some are no longer needed.
So move those extern sysctls that needed by kernel/sched/debug.c to
kernel/sched/sched.h, and remove others that are no longer needed.
Signed-off-by: Hailong Liu <[email protected]>
Signed-off-by: Peter Zijlstra (Intel) <[email protected]>
Link: https://lkml.kernel.org/r/[email protected]
Diffstat (limited to 'tools/testing/selftests/bpf/prog_tests/prog_array_init.c')
0 files changed, 0 insertions, 0 deletions