Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 26 → Rev 27

/SPARTAN/trunk/src/main/main.c
118,6 → 118,8
#ifdef __SMP__
mp_init(); /* Multiprocessor */
#endif /* __SMP__ */
printf("config.cpu_count=%d\n", config.cpu_count);
 
cpu_init();
calibrate_delay_loop();