Home
last modified time | relevance | path

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

/arch/mips/netlogic/common/
Dsmp.c151 static cpumask_t phys_cpu_present_mask; variable
174 cpumask_clear(&phys_cpu_present_mask); in nlm_smp_setup()
176 cpumask_set_cpu(boot_cpu, &phys_cpu_present_mask); in nlm_smp_setup()
188 cpumask_set_cpu(i, &phys_cpu_present_mask); in nlm_smp_setup()
196 cpumask_scnprintf(buf, ARRAY_SIZE(buf), &phys_cpu_present_mask); in nlm_smp_setup()