linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / arch / alpha / kernel / time.c
index 3859749..6b2921b 100644 (file)
@@ -314,11 +314,10 @@ time_init(void)
        if (!est_cycle_freq)
                est_cycle_freq = validate_cc_value(calibrate_cc_with_pit());
 
-       cc1 = rpcc();
+       cc1 = rpcc_after_update_in_progress();
 
        /* Calibrate CPU clock -- attempt #2.  */
        if (!est_cycle_freq) {
-               cc1 = rpcc_after_update_in_progress();
                cc2 = rpcc_after_update_in_progress();
                est_cycle_freq = validate_cc_value(cc2 - cc1);
                cc1 = cc2;