Subversion Repositories HelenOS-historic

Rev

Rev 26 | Rev 32 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 26 Rev 27
Line 117... Line 117...
117
 
117
 
118
    #ifdef __SMP__
118
    #ifdef __SMP__
119
    mp_init();  /* Multiprocessor */
119
    mp_init();  /* Multiprocessor */
120
    #endif /* __SMP__ */
120
    #endif /* __SMP__ */
121
 
121
   
-
 
122
    printf("config.cpu_count=%d\n", config.cpu_count);
-
 
123
 
122
    cpu_init();
124
    cpu_init();
123
    calibrate_delay_loop();
125
    calibrate_delay_loop();
124
 
126
 
125
    timeout_init();
127
    timeout_init();
126
    scheduler_init();
128
    scheduler_init();