Subversion Repositories HelenOS-historic

Rev

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

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