Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/kernel/
Dsmpboot.c211 static int enable_start_cpu0; variable
227 enable_start_cpu0 = 0; in start_secondary()
720 if (cpu == 0 && !cpu_online(cpu) && enable_start_cpu0) in wakeup_cpu0_nmi()
764 enable_start_cpu0 = 1; in wakeup_cpu_via_init_nmi()
1394 if (smp_processor_id() == 0 && enable_start_cpu0) in wakeup_cpu0()