Home
last modified time | relevance | path

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

/linux-2.6.39/arch/x86/kernel/
Dreboot.c43 static int reboot_cpu = -1; variable
83 reboot_cpu = (int) (*(str+1) - '0'); in reboot_setup()
85 reboot_cpu = reboot_cpu*10 + (int)(*(str+2) - '0'); in reboot_setup()
563 if ((reboot_cpu != -1) && (reboot_cpu < nr_cpu_ids) && in native_machine_shutdown()
564 cpu_online(reboot_cpu)) in native_machine_shutdown()
565 reboot_cpu_id = reboot_cpu; in native_machine_shutdown()