Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 27 → Rev 28

/SPARTAN/trunk/src/cpu/cpu.c
81,6 → 81,8
}
#endif /* __SMP__ */
CPU->active = 1;
cpu_identify();
cpu_arch_init();
}