Changes in kernel/arch/ia32/src/smp/smp.c [63e27ef:b2e121a] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ia32/src/smp/smp.c
r63e27ef rb2e121a 39 39 #include <arch/boot/boot.h> 40 40 #include <assert.h> 41 #include <errno.h> 41 42 #include <genarch/acpi/acpi.h> 42 43 #include <genarch/acpi/madt.h> … … 44 45 #include <synch/waitq.h> 45 46 #include <arch/pm.h> 46 #include < func.h>47 #include <halt.h> 47 48 #include <panic.h> 48 49 #include <arch/asm.h> … … 178 179 */ 179 180 if (waitq_sleep_timeout(&ap_completion_wq, 1000000, 180 SYNCH_FLAGS_NONE ) == ESYNCH_TIMEOUT) {181 SYNCH_FLAGS_NONE, NULL) == ETIMEOUT) { 181 182 log(LF_ARCH, LVL_NOTE, "%s: waiting for cpu%u " 182 183 "(APIC ID = %d) timed out", __FUNCTION__,
Note:
See TracChangeset
for help on using the changeset viewer.