Home
last modified time | relevance | path

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

/arch/x86/kernel/
Dsmpboot.c209 static int enable_start_cpu0; variable
239 enable_start_cpu0 = 0; in start_secondary()
906 if (cpu == 0 && !cpu_online(cpu) && enable_start_cpu0) in wakeup_cpu0_nmi()
950 enable_start_cpu0 = 1; in wakeup_cpu_via_init_nmi()
1620 if (smp_processor_id() == 0 && enable_start_cpu0) in wakeup_cpu0()