On Fri, Jun 7, 2013 at 12:20 AM, Alex Shi <[email protected]> wrote: > The following 2 variables only used under CONFIG_SMP, so better to move > their definiation into CONFIG_SMP too. > > atomic64_t load_avg; > atomic_t runnable_avg; > > Signed-off-by: Alex Shi <[email protected]>
Looks fine; the manipulations to the structs could perhaps be collapsed to one patch. -- 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/

