]> Pileus Git - ~andy/linux/blobdiff - include/linux/sched/sysctl.h
sched/deadline: Remove the sysctl_sched_dl knobs
[~andy/linux] / include / linux / sched / sysctl.h
index 8070a83dbedc2dc2f5f5c2f9437c00c3cfd70ca9..31e0193cb0c5b06c505742c3ec21e41a902ea6ed 100644 (file)
@@ -81,15 +81,6 @@ static inline unsigned int get_sysctl_timer_migration(void)
 extern unsigned int sysctl_sched_rt_period;
 extern int sysctl_sched_rt_runtime;
 
-/*
- *  control SCHED_DEADLINE reservations:
- *
- *  /proc/sys/kernel/sched_dl_period_us
- *  /proc/sys/kernel/sched_dl_runtime_us
- */
-extern unsigned int sysctl_sched_dl_period;
-extern int sysctl_sched_dl_runtime;
-
 #ifdef CONFIG_CFS_BANDWIDTH
 extern unsigned int sysctl_sched_cfs_bandwidth_slice;
 #endif
@@ -108,8 +99,4 @@ extern int sched_rt_handler(struct ctl_table *table, int write,
                void __user *buffer, size_t *lenp,
                loff_t *ppos);
 
-int sched_dl_handler(struct ctl_table *table, int write,
-               void __user *buffer, size_t *lenp,
-               loff_t *ppos);
-
 #endif /* _SCHED_SYSCTL_H */