summaryrefslogtreecommitdiff
path: root/include/linux/sched
diff options
context:
space:
mode:
authorZhen Ni <nizhen@uniontech.com>2022-01-28 12:50:25 +0300
committerPeter Zijlstra <peterz@infradead.org>2022-02-02 15:11:37 +0300
commitc8eaf6ac76f40f6c59fc7d056e2e08c4a57ea9c7 (patch)
treeda3e3596be1253da7ec326611367490d4c7a808c /include/linux/sched
parent127b6429d235ab7c358223bbfd8a8b8d8cc799b6 (diff)
downloadlinux-c8eaf6ac76f40f6c59fc7d056e2e08c4a57ea9c7.tar.xz
sched: move autogroup sysctls into its own file
move autogroup sysctls to autogroup.c and use the new register_sysctl_init() to register the sysctl interface. Signed-off-by: Zhen Ni <nizhen@uniontech.com> Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org> Link: https://lkml.kernel.org/r/20220128095025.8745-1-nizhen@uniontech.com
Diffstat (limited to 'include/linux/sched')
-rw-r--r--include/linux/sched/sysctl.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/sched/sysctl.h b/include/linux/sched/sysctl.h
index c19dd5a2c05c..3f2b70f8d32c 100644
--- a/include/linux/sched/sysctl.h
+++ b/include/linux/sched/sysctl.h
@@ -45,10 +45,6 @@ extern unsigned int sysctl_sched_uclamp_util_min_rt_default;
extern unsigned int sysctl_sched_cfs_bandwidth_slice;
#endif
-#ifdef CONFIG_SCHED_AUTOGROUP
-extern unsigned int sysctl_sched_autogroup_enabled;
-#endif
-
extern int sysctl_sched_rr_timeslice;
extern int sched_rr_timeslice;