On Fri, Oct 18, 2013 at 01:52:19PM +0200, Vincent Guittot wrote: > This new field power_available reflects the available capacity of a CPU > unlike the cpu_power which reflects the current capacity.
> - sdg->sgp->power_orig = sdg->sgp->power = power; > + sdg->sgp->power_orig = sdg->sgp->power_available = available; > + sdg->sgp->power = power; This patch leaves me confused as to power_available vs power_orig and the Changelog doesn't really clarify anything much at all. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

