aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--kernel/sched/fair.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/sched/fair.c b/kernel/sched/fair.c
index 8e77a6bd597b..4ab60a24ea49 100644
--- a/kernel/sched/fair.c
+++ b/kernel/sched/fair.c
@@ -215,8 +215,6 @@ calc_delta_mine(unsigned long delta_exec, unsigned long weight,
215 215
216const struct sched_class fair_sched_class; 216const struct sched_class fair_sched_class;
217 217
218static unsigned long __read_mostly max_load_balance_interval = HZ/10;
219
220/************************************************************** 218/**************************************************************
221 * CFS operations on generic schedulable entities: 219 * CFS operations on generic schedulable entities:
222 */ 220 */
@@ -3086,6 +3084,8 @@ static bool yield_to_task_fair(struct rq *rq, struct task_struct *p, bool preemp
3086 * Fair scheduling class load-balancing methods: 3084 * Fair scheduling class load-balancing methods:
3087 */ 3085 */
3088 3086
3087static unsigned long __read_mostly max_load_balance_interval = HZ/10;
3088
3089/* 3089/*
3090 * pull_task - move a task from a remote runqueue to the local runqueue. 3090 * pull_task - move a task from a remote runqueue to the local runqueue.
3091 * Both runqueues must be locked. 3091 * Both runqueues must be locked.