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.