sched: Move child_runs_first sysctls to fair.c
authorZhen Ni <nizhen@uniontech.com>
Tue, 15 Feb 2022 11:45:57 +0000 (19:45 +0800)
committerLuis Chamberlain <mcgrof@kernel.org>
Wed, 6 Apr 2022 20:43:43 +0000 (13:43 -0700)
commita60707d74bd1d119cf7bcc5101cda912fc46d5e3
tree91c01a9c81a6174295b95bde8fbfee1521513bd0
parent3123109284176b1532874591f7c81f3837bbdc17
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>
include/linux/sched/sysctl.h
kernel/sched/fair.c
kernel/sched/sched.h
kernel/sysctl.c