Changes in kernel/arch/sparc64/src/smp/sun4v/smp.c [bab75df6:7c5320c] in mainline
- File:
-
- 1 edited
-
kernel/arch/sparc64/src/smp/sun4v/smp.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/sparc64/src/smp/sun4v/smp.c
rbab75df6 r7c5320c 183 183 md_node_t node = md_get_root(); 184 184 185 /* walk through all the CPU nodes in the MD */185 /* walk through all the CPU nodes in the MD */ 186 186 while (md_next_node(&node, "cpu")) { 187 187 … … 373 373 #endif 374 374 375 if (waitq_sleep_timeout(&ap_completion_wq, 10000000, 376 SYNCH_FLAGS_NONE, NULL) == ETIMEOUT) 375 if (semaphore_down_timeout(&ap_completion_semaphore, 10000000) != EOK) 377 376 printf("%s: waiting for processor (cpuid = %" PRIu64 ") timed out\n", 378 377 __func__, cpuid);
Note:
See TracChangeset
for help on using the changeset viewer.
