Changeset 116d1ef4 in mainline for arch/ia32/src/smp/smp.c
- Timestamp:
- 2006-06-02T12:26:50Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- d0c5901
- Parents:
- 01ebbdf
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ia32/src/smp/smp.c
r01ebbdf r116d1ef4 168 168 * supposed to wake us up. 169 169 */ 170 if (waitq_sleep_timeout(&ap_completion_wq, 1000000, SYNCH_ BLOCKING) == ESYNCH_TIMEOUT)170 if (waitq_sleep_timeout(&ap_completion_wq, 1000000, SYNCH_FLAGS_NONE) == ESYNCH_TIMEOUT) 171 171 printf("%s: waiting for cpu%d (APIC ID = %d) timed out\n", __FUNCTION__, config.cpu_active > i ? config.cpu_active : i, ops->cpu_apic_id(i)); 172 172 } else
Note:
See TracChangeset
for help on using the changeset viewer.