Searched refs:l2g (Results 1 – 1 of 1) sorted by relevance
823 struct cpu_group *l2g; in smp_topo_2level() local831 l2g = top + 1; in smp_topo_2level()832 top->cg_child = l2g; in smp_topo_2level()835 l1g = l2g + top->cg_children; in smp_topo_2level()836 for (i = 0; i < top->cg_children; i++, l2g++) { in smp_topo_2level()837 l2g->cg_parent = top; in smp_topo_2level()838 l2g->cg_child = l1g; in smp_topo_2level()839 l2g->cg_level = l2share; in smp_topo_2level()841 cpu = smp_topo_addleaf(l2g, l1g, l1share, l1count, in smp_topo_2level()