Searched refs:l2g (Results 1 – 1 of 1) sorted by relevance
676 struct cpu_group *l2g; in smp_topo_2level() local683 l2g = &group[1]; in smp_topo_2level()684 top->cg_child = l2g; in smp_topo_2level()687 l1g = l2g + top->cg_children; in smp_topo_2level()688 for (i = 0; i < top->cg_children; i++, l2g++) { in smp_topo_2level()689 l2g->cg_parent = top; in smp_topo_2level()690 l2g->cg_child = l1g; in smp_topo_2level()691 l2g->cg_level = l2share; in smp_topo_2level()693 cpu = smp_topo_addleaf(l2g, l1g, l1share, l1count, in smp_topo_2level()