Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 31 → Rev 32

/SPARTAN/trunk/arch/ia32/src/ia32.c
85,7 → 85,16
{
if (config.cpu_active == 1) {
ega_init(); /* video */
}
}
 
void arch_late_init()
{
if (config.cpu_active == 1) {
#ifdef __SMP__
acpi_init();
mp_init();
#endif /* __SMP__ */
}
}