diff options
author | Zhen Ni <nizhen@uniontech.com> | 2022-01-28 12:50:25 +0300 |
---|---|---|
committer | Peter Zijlstra <peterz@infradead.org> | 2022-02-02 15:11:37 +0300 |
commit | c8eaf6ac76f40f6c59fc7d056e2e08c4a57ea9c7 (patch) | |
tree | da3e3596be1253da7ec326611367490d4c7a808c /include/linux/sched | |
parent | 127b6429d235ab7c358223bbfd8a8b8d8cc799b6 (diff) | |
download | linux-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.h | 4 |
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; |