Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 457 → Rev 458

/SPARTAN/trunk/arch/ia32/src/smp/apic.c
37,7 → 37,7
#include <arch/asm.h>
#include <arch.h>
 
#ifdef __SMP__
#ifdef CONFIG_SMP
 
/*
* This is functional, far-from-general-enough interface to the APIC.
416,4 → 416,4
 
}
 
#endif /* __SMP__ */
#endif /* CONFIG_SMP */