Searched refs:l2g (Results 1 – 1 of 1) sorted by relevance
804 struct cpu_group *l2g; in smp_topo_2level() local812 l2g = top + 1; in smp_topo_2level()813 top->cg_child = l2g; in smp_topo_2level()816 l1g = l2g + top->cg_children; in smp_topo_2level()817 for (i = 0; i < top->cg_children; i++, l2g++) { in smp_topo_2level()818 l2g->cg_parent = top; in smp_topo_2level()819 l2g->cg_child = l1g; in smp_topo_2level()820 l2g->cg_level = l2share; in smp_topo_2level()822 cpu = smp_topo_addleaf(l2g, l1g, l1share, l1count, in smp_topo_2level()