Home
last modified time | relevance | path

Searched refs:x86_topology (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/arch/x86/kernel/
H A Dsmpboot.c621 static struct sched_domain_topology_level x86_topology[6]; variable
628 x86_topology[i++] = (struct sched_domain_topology_level){ in build_sched_topology()
633 x86_topology[i++] = (struct sched_domain_topology_level){ in build_sched_topology()
638 x86_topology[i++] = (struct sched_domain_topology_level){ in build_sched_topology()
648 x86_topology[i++] = (struct sched_domain_topology_level){ in build_sched_topology()
656 BUG_ON(i >= ARRAY_SIZE(x86_topology)-1); in build_sched_topology()
658 set_sched_topology(x86_topology); in build_sched_topology()