Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/sparc64/src/smp/sun4v/smp.c

    rd1582b50 r7c5320c  
    373373#endif
    374374
    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)
    377376                printf("%s: waiting for processor (cpuid = %" PRIu64 ") timed out\n",
    378377                    __func__, cpuid);
Note: See TracChangeset for help on using the changeset viewer.