aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/sched/sysctl.h6
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;
37extern unsigned int sysctl_numa_balancing_scan_size; 37extern unsigned int sysctl_numa_balancing_scan_size;
38 38
39#ifdef CONFIG_SCHED_DEBUG 39#ifdef CONFIG_SCHED_DEBUG
40extern unsigned int sysctl_sched_migration_cost; 40extern __read_mostly unsigned int sysctl_sched_migration_cost;
41extern unsigned int sysctl_sched_nr_migrate; 41extern __read_mostly unsigned int sysctl_sched_nr_migrate;
42extern unsigned int sysctl_sched_time_avg; 42extern __read_mostly unsigned int sysctl_sched_time_avg;
43 43
44int sched_proc_update_handler(struct ctl_table *table, int write, 44int sched_proc_update_handler(struct ctl_table *table, int write,
45 void __user *buffer, size_t *length, 45 void __user *buffer, size_t *length,