Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 26 → Rev 27

/SPARTAN/trunk/src/Makefile.config
22,7 → 22,7
#TEST_DIR=synch/rwlock1/
#TEST_DIR=synch/rwlock2/
#TEST_DIR=synch/rwlock3/
TEST_DIR=synch/rwlock4/
#TEST_DIR=synch/rwlock5/
#TEST_DIR=synch/rwlock4/
TEST_DIR=synch/rwlock5/
#TEST_DIR=synch/semaphore1/
#TEST_DIR=synch/semaphore2/
/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();