Changes in kernel/arch/sparc64/src/smp/sun4u/smp.c [c5429fe:7c5320c] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/sparc64/src/smp/sun4u/smp.c
rc5429fe r7c5320c 106 106 waking_up_mid = mid; 107 107 108 if (waitq_sleep_timeout(&ap_completion_wq, 1000000, 109 SYNCH_FLAGS_NONE, NULL) == ETIMEOUT) 108 if (semaphore_down_timeout(&ap_completion_semaphore, 1000000) != EOK) 110 109 log(LF_ARCH, LVL_NOTE, "%s: waiting for processor (mid = %" PRIu32 111 110 ") timed out", __func__, mid);
Note:
See TracChangeset
for help on using the changeset viewer.