Subversion Repositories HelenOS-historic

Rev

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

Rev 512 Rev 514
Line 92... Line 92...
92
}
92
}
93
 
93
 
94
void calibrate_delay_loop(void)
94
void calibrate_delay_loop(void)
95
{
95
{
96
    i8254_calibrate_delay_loop();
96
    i8254_calibrate_delay_loop();
-
 
97
    if (config.cpu_active == 1) {
-
 
98
        /*
-
 
99
         * This has to be done only on UP.
-
 
100
         * On SMP, i8254 is not used for time keeping and its interrupt pin remains masked.
-
 
101
         */
97
    i8254_normal_operation();
102
        i8254_normal_operation();
-
 
103
    }
98
}
104
}