Searched refs:l2g (Results 1 – 1 of 1) sorted by relevance
751 struct cpu_group *l2g; in smp_topo_2level() local758 l2g = &group[1]; in smp_topo_2level()759 top->cg_child = l2g; in smp_topo_2level()762 l1g = l2g + top->cg_children; in smp_topo_2level()763 for (i = 0; i < top->cg_children; i++, l2g++) { in smp_topo_2level()764 l2g->cg_parent = top; in smp_topo_2level()765 l2g->cg_child = l1g; in smp_topo_2level()766 l2g->cg_level = l2share; in smp_topo_2level()768 cpu = smp_topo_addleaf(l2g, l1g, l1share, l1count, in smp_topo_2level()