Searched refs:boot_error (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-i386/mach-es7000/
H A Dmach_wakecpu.h20 int boot_error = 0; local
21 boot_error = es7000_start_cpu(phys_apicid, start_eip);
22 return boot_error;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/kernel/
H A Dsmpboot.c549 unsigned long boot_error; local
657 boot_error = 0;
662 boot_error = wakeup_secondary_via_INIT(apicid, start_rip);
664 if (!boot_error) {
685 boot_error = 1;
698 if (boot_error) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/
H A Dsmpboot.c771 unsigned long boot_error; local
825 boot_error = wakeup_secondary_cpu(apicid, start_eip);
827 if (!boot_error) {
851 boot_error= 1;
863 if (boot_error) {
877 return boot_error;

Completed in 100 milliseconds