Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dcpufeature.h217 #define cpu_has_mp boot_cpu_has(X86_FEATURE_MP) macro
259 #undef cpu_has_mp
260 #define cpu_has_mp 1 macro
/arch/x86/kernel/
Dsmpboot.c385 if (cpu_has_mp) in smp_apply_quirks()