[PATCH v5 08/12] sched: move cfs task on a CPU with higher capacity
From: peterz@infradead.org (Peter Zijlstra)
Date: 2014-09-11 11:54:16
Also in:
lkml
From: peterz@infradead.org (Peter Zijlstra)
Date: 2014-09-11 11:54:16
Also in:
lkml
On Tue, Aug 26, 2014 at 01:06:51PM +0200, Vincent Guittot wrote:
+ if ((capacity_orig_of(src_cpu) * 100) > (capacity_of(src_cpu) * + sd->imbalance_pct))
Note that capacity_orig_of() is introduced a lot later on in the series. Patch 10 iirc, so this will not actually compile.