Re: [PATCH v5 08/12] sched: move cfs task on a CPU with higher capacity

From: Peter Zijlstra
Date: Thu Sep 11 2014 - 07:54:20 EST


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.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/