diff options
author | Zhen Ni <nizhen@uniontech.com> | 2022-02-15 19:45:58 +0800 |
---|---|---|
committer | Luis Chamberlain <mcgrof@kernel.org> | 2022-04-06 13:43:43 -0700 |
commit | f5ef06d58be8311a9425e6a54a053ecb350952f3 (patch) | |
tree | 770eec66bcbbfe1ef7d8d6722bf7c9c8c23c2524 /include | |
parent | a60707d74bd1d119cf7bcc5101cda912fc46d5e3 (diff) | |
download | linux-stable-f5ef06d58be8311a9425e6a54a053ecb350952f3.tar.gz linux-stable-f5ef06d58be8311a9425e6a54a053ecb350952f3.tar.bz2 linux-stable-f5ef06d58be8311a9425e6a54a053ecb350952f3.zip |
sched: Move schedstats sysctls to core.c
move schedstats sysctls to core.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')
-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 1d2ff3cd1728..6c7a6850559b 100644 --- a/include/linux/sched/sysctl.h +++ b/include/linux/sched/sysctl.h @@ -64,8 +64,6 @@ int sysctl_sched_uclamp_handler(struct ctl_table *table, int write, void *buffer, size_t *lenp, loff_t *ppos); int sysctl_numa_balancing(struct ctl_table *table, int write, void *buffer, size_t *lenp, loff_t *ppos); -int sysctl_schedstats(struct ctl_table *table, int write, void *buffer, - size_t *lenp, loff_t *ppos); #if defined(CONFIG_ENERGY_MODEL) && defined(CONFIG_CPU_FREQ_GOV_SCHEDUTIL) extern unsigned int sysctl_sched_energy_aware; |