Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/
H A Dalternative.c2161 static bool uniproc_patched = false; /* protected by text_mutex */ variable
2171 if (!uniproc_patched) in alternatives_smp_module_add()
2224 if (uniproc_patched) { in alternatives_enable_smp()
2232 uniproc_patched = false; in alternatives_enable_smp()
2446 uniproc_patched = true; in alternative_instructions()
2466 if (!uniproc_patched || num_possible_cpus() == 1) { in free_smp_locks()