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