cpu_reboot_common
void cpu_reboot_common(int, char *) __dead;
__weak_alias(cpu_reboot,cpu_reboot_common);
cpu_reboot_common(howto, bootstr);