Re: [PATCH] sched: reduce sched_domain_topology space

2013-01-15 Thread li guang
在 2013-01-16三的 10:51 +0900,Namhyung Kim写道: > Hi, liguang > > On Tue, 15 Jan 2013 17:15:18 +0800, liguang wrote: > > sched_domain_topology space was allocated by the size > > ARRAY_SIZE(default_topology) + sched_domains_numa_levels, > > suppose CONFIG_SCHED_SMT, CONFIG_SCHED_MC were y, > > "static

Re: [PATCH] sched: reduce sched_domain_topology space

2013-01-15 Thread Namhyung Kim
Hi, liguang On Tue, 15 Jan 2013 17:15:18 +0800, liguang wrote: > sched_domain_topology space was allocated by the size > ARRAY_SIZE(default_topology) + sched_domains_numa_levels, > suppose CONFIG_SCHED_SMT, CONFIG_SCHED_MC were y, > "static struct sched_domain_topology_level default_topology[] = {

[PATCH] sched: reduce sched_domain_topology space

2013-01-15 Thread liguang
sched_domain_topology space was allocated by the size ARRAY_SIZE(default_topology) + sched_domains_numa_levels, suppose CONFIG_SCHED_SMT, CONFIG_SCHED_MC were y, "static struct sched_domain_topology_level default_topology[] = { { sd_init_SIBLING, cpu_smt_mask, }, { sd_init_MC, cpu

[PATCH] sched: reduce sched_domain_topology space

2013-01-15 Thread liguang
sched_domain_topology space was allocated by the size ARRAY_SIZE(default_topology) + sched_domains_numa_levels, suppose CONFIG_SCHED_SMT, CONFIG_SCHED_MC were y, "static struct sched_domain_topology_level default_topology[] = { { sd_init_SIBLING, cpu_smt_mask, }, { sd_init_MC, cpu