Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 457 → Rev 458

/SPARTAN/trunk/generic/src/main/main.c
39,10 → 39,10
#include <cpu.h>
#include <align.h>
 
#ifdef __SMP__
#ifdef CONFIG_SMP
#include <arch/smp/apic.h>
#include <arch/smp/mps.h>
#endif /* __SMP__ */
#endif /* CONFIG_SMP */
 
#include <smp/smp.h>
 
202,7 → 202,7
}
 
 
#ifdef __SMP__
#ifdef CONFIG_SMP
/** Application CPUs main kernel routine
*
* Executed by application processors, temporary stack
268,4 → 268,4
scheduler();
/* not reached */
}
#endif /* __SMP__*/
#endif /* CONFIG_SMP */