diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/sched/sysctl.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/linux/sched/sysctl.h b/include/linux/sched/sysctl.h index 0f5ecd4d298e..d34c823f3d36 100644 --- a/include/linux/sched/sysctl.h +++ b/include/linux/sched/sysctl.h | |||
| @@ -37,9 +37,9 @@ extern unsigned int sysctl_numa_balancing_scan_period_max; | |||
| 37 | extern unsigned int sysctl_numa_balancing_scan_size; | 37 | extern unsigned int sysctl_numa_balancing_scan_size; |
| 38 | 38 | ||
| 39 | #ifdef CONFIG_SCHED_DEBUG | 39 | #ifdef CONFIG_SCHED_DEBUG |
| 40 | extern unsigned int sysctl_sched_migration_cost; | 40 | extern __read_mostly unsigned int sysctl_sched_migration_cost; |
| 41 | extern unsigned int sysctl_sched_nr_migrate; | 41 | extern __read_mostly unsigned int sysctl_sched_nr_migrate; |
| 42 | extern unsigned int sysctl_sched_time_avg; | 42 | extern __read_mostly unsigned int sysctl_sched_time_avg; |
| 43 | 43 | ||
| 44 | int sched_proc_update_handler(struct ctl_table *table, int write, | 44 | int sched_proc_update_handler(struct ctl_table *table, int write, |
| 45 | void __user *buffer, size_t *length, | 45 | void __user *buffer, size_t *length, |
