Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 288743
b: refs/heads/master
c: ed387b7
h: refs/heads/master
i:
  288741: 61cc70b
  288739: a809265
  288735: 373226b
v: v3
  • Loading branch information
Hiroshi Shimamoto authored and Ingo Molnar committed Jan 31, 2012
1 parent 460879f commit 7996595
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 30fd049afcfed50e022704036e8629d6bdfe84e6
refs/heads/master: ed387b781ea6e14b78f449aa2ee4f270b60b01ac
4 changes: 2 additions & 2 deletions trunk/kernel/sched/fair.c
Original file line number Diff line number Diff line change
Expand Up @@ -215,8 +215,6 @@ calc_delta_mine(unsigned long delta_exec, unsigned long weight,

const struct sched_class fair_sched_class;

static unsigned long __read_mostly max_load_balance_interval = HZ/10;

/**************************************************************
* CFS operations on generic schedulable entities:
*/
Expand Down Expand Up @@ -3086,6 +3084,8 @@ static bool yield_to_task_fair(struct rq *rq, struct task_struct *p, bool preemp
* Fair scheduling class load-balancing methods:
*/

static unsigned long __read_mostly max_load_balance_interval = HZ/10;

/*
* pull_task - move a task from a remote runqueue to the local runqueue.
* Both runqueues must be locked.
Expand Down

0 comments on commit 7996595

Please sign in to comment.