Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/ia32/src/smp/smp.c

    rb2e121a r63e27ef  
    3939#include <arch/boot/boot.h>
    4040#include <assert.h>
    41 #include <errno.h>
    4241#include <genarch/acpi/acpi.h>
    4342#include <genarch/acpi/madt.h>
     
    4544#include <synch/waitq.h>
    4645#include <arch/pm.h>
    47 #include <halt.h>
     46#include <func.h>
    4847#include <panic.h>
    4948#include <arch/asm.h>
     
    179178                         */
    180179                        if (waitq_sleep_timeout(&ap_completion_wq, 1000000,
    181                             SYNCH_FLAGS_NONE, NULL) == ETIMEOUT) {
     180                            SYNCH_FLAGS_NONE) == ESYNCH_TIMEOUT) {
    182181                                log(LF_ARCH, LVL_NOTE, "%s: waiting for cpu%u "
    183182                                    "(APIC ID = %d) timed out", __FUNCTION__,
Note: See TracChangeset for help on using the changeset viewer.