diff options
author | Zhen Ni <nizhen@uniontech.com> | 2022-02-15 19:45:57 +0800 |
---|---|---|
committer | Luis Chamberlain <mcgrof@kernel.org> | 2022-04-06 13:43:43 -0700 |
commit | a60707d74bd1d119cf7bcc5101cda912fc46d5e3 (patch) | |
tree | 91c01a9c81a6174295b95bde8fbfee1521513bd0 /include/linux/sched | |
parent | 3123109284176b1532874591f7c81f3837bbdc17 (diff) | |
download | linux-stable-a60707d74bd1d119cf7bcc5101cda912fc46d5e3.tar.gz linux-stable-a60707d74bd1d119cf7bcc5101cda912fc46d5e3.tar.bz2 linux-stable-a60707d74bd1d119cf7bcc5101cda912fc46d5e3.zip |
sched: Move child_runs_first sysctls to fair.c
move child_runs_first sysctls to fair.c and use the new
register_sysctl_init() to register the sysctl interface.
Signed-off-by: Zhen Ni <nizhen@uniontech.com>
Signed-off-by: Luis Chamberlain <mcgrof@kernel.org>
Diffstat (limited to 'include/linux/sched')
-rw-r--r-- | include/linux/sched/sysctl.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/sched/sysctl.h b/include/linux/sched/sysctl.h index c1076b5e17fb..1d2ff3cd1728 100644 --- a/include/linux/sched/sysctl.h +++ b/include/linux/sched/sysctl.h @@ -14,8 +14,6 @@ extern unsigned long sysctl_hung_task_timeout_secs; enum { sysctl_hung_task_timeout_secs = 0 }; #endif -extern unsigned int sysctl_sched_child_runs_first; - enum sched_tunable_scaling { SCHED_TUNABLESCALING_NONE, SCHED_TUNABLESCALING_LOG, |