On Tue, 2013-01-29 at 17:09 +0800, Michael Wang wrote: > +struct sched_balance_map { > + struct sched_domain **sd[SBM_MAX_TYPE]; > + int top_level[SBM_MAX_TYPE]; > + struct sched_domain *affine_map[NR_CPUS]; > +};
Argh.. affine_map is O(n^2) in nr_cpus, that's not cool. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/