summaryrefslogtreecommitdiff
path: root/kernel/sched/core.c
diff options
context:
space:
mode:
authorHailong Liu <liu.hailong6@zte.com.cn>2021-06-06 19:54:51 +0800
committerPeter Zijlstra <peterz@infradead.org>2021-06-28 15:42:25 +0200
commit18765447c3b7867b3f8cccde52dc9d822852e71b (patch)
tree2f6e726d804b7d2731782a66838c800667cc3740 /kernel/sched/core.c
parent77eccd0dfae353a64a2088d308bed3b373a4220f (diff)
downloadlwn-18765447c3b7867b3f8cccde52dc9d822852e71b.tar.gz
lwn-18765447c3b7867b3f8cccde52dc9d822852e71b.zip
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 <liu.hailong6@zte.com.cn> Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org> Link: https://lkml.kernel.org/r/20210606115451.26745-1-liuhailongg6@163.com
Diffstat (limited to 'kernel/sched/core.c')
0 files changed, 0 insertions, 0 deletions