summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorMichael Bestas <mkbestas@lineageos.org>2020-06-03 21:24:20 +0300
committerMichael Bestas <mkbestas@lineageos.org>2020-06-03 21:24:34 +0300
commitf05944bc5ffdc717beddc54424cad99778542803 (patch)
tree2612d22060cd1982df5d70f3edd6953d108bc3e7 /include/linux
parentf0d6191274362251e530631c578c0412fa68f277 (diff)
Revert "BACKPORT: sched/sysctl: Fix attributes of some extern declarations"
* We'll take the upstream fix This reverts commit 1b99e92be2574035c814686987f5add55dccfaf5. Change-Id: I0e522a100091138689f8a4ba8c288ce1a7fc625b
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 f63ff97d246b..203b5e48431d 100644
--- a/include/linux/sched/sysctl.h
+++ b/include/linux/sched/sysctl.h
@@ -104,9 +104,9 @@ extern unsigned int sysctl_numa_balancing_scan_period_max;
extern unsigned int sysctl_numa_balancing_scan_size;
#ifdef CONFIG_SCHED_DEBUG
-extern __read_mostly unsigned int sysctl_sched_migration_cost;
-extern __read_mostly unsigned int sysctl_sched_nr_migrate;
-extern __read_mostly unsigned int sysctl_sched_time_avg;
+extern unsigned int sysctl_sched_migration_cost;
+extern unsigned int sysctl_sched_nr_migrate;
+extern unsigned int sysctl_sched_time_avg;
extern unsigned int sysctl_sched_shares_window;
int sched_proc_update_handler(struct ctl_table *table, int write,