Searched refs:has_mp (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/arch/x86/kernel/
H A Dsmpboot.c393 bool has_mp = has_smt || boot_cpu_data.x86_max_cores > 1; set_cpu_sibling_map() local
400 if (!has_mp) { set_cpu_sibling_map()
414 if ((i == cpu) || (has_mp && match_llc(c, o))) for_each_cpu()
426 if ((i == cpu) || (has_mp && match_die(c, o))) { for_each_cpu()

Completed in 81 milliseconds