Merge branch 'sched/urgent' into sched/core, to avoid conflicts
authorIngo Molnar <mingo@kernel.org>
Wed, 7 May 2014 11:15:46 +0000 (13:15 +0200)
committerIngo Molnar <mingo@kernel.org>
Wed, 7 May 2014 11:15:46 +0000 (13:15 +0200)
Signed-off-by: Ingo Molnar <mingo@kernel.org>
1  2 
drivers/block/loop.c
drivers/block/nbd.c
drivers/char/ipmi/ipmi_si_intf.c
drivers/scsi/bnx2fc/bnx2fc_fcoe.c
drivers/scsi/fcoe/fcoe.c
kernel/sched/fair.c
mm/huge_memory.c

Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
index 43232b8bacde740904d939123325e5be9e886264,0fdb96de81a5b8a92c302961769cdefdb5cad915..5d859ec975c2caef20530e0cea4410d37a186f57
@@@ -6727,12 -6725,12 +6730,9 @@@ static int idle_balance(struct rq *this
                this_rq->next_balance = next_balance;
        }
  
-       if (curr_cost > this_rq->max_idle_balance_cost)
-               this_rq->max_idle_balance_cost = curr_cost;
  out:
        /* Is there a task of a high priority class? */
 -      if (this_rq->nr_running != this_rq->cfs.h_nr_running &&
 -          ((this_rq->stop && this_rq->stop->on_rq) ||
 -           this_rq->dl.dl_nr_running ||
 -           (this_rq->rt.rt_nr_running && !rt_rq_throttled(&this_rq->rt))))
 +      if (this_rq->nr_running != this_rq->cfs.h_nr_running)
                pulled_task = -1;
  
        if (pulled_task) {
Simple merge