|
@@ -122,7 +122,6 @@ void second_overflow(void)
|
|
*/
|
|
*/
|
|
time_interpolator_update(-NSEC_PER_SEC);
|
|
time_interpolator_update(-NSEC_PER_SEC);
|
|
time_state = TIME_OOP;
|
|
time_state = TIME_OOP;
|
|
- clock_was_set();
|
|
|
|
printk(KERN_NOTICE "Clock: inserting leap second "
|
|
printk(KERN_NOTICE "Clock: inserting leap second "
|
|
"23:59:60 UTC\n");
|
|
"23:59:60 UTC\n");
|
|
}
|
|
}
|
|
@@ -137,7 +136,6 @@ void second_overflow(void)
|
|
*/
|
|
*/
|
|
time_interpolator_update(NSEC_PER_SEC);
|
|
time_interpolator_update(NSEC_PER_SEC);
|
|
time_state = TIME_WAIT;
|
|
time_state = TIME_WAIT;
|
|
- clock_was_set();
|
|
|
|
printk(KERN_NOTICE "Clock: deleting leap second "
|
|
printk(KERN_NOTICE "Clock: deleting leap second "
|
|
"23:59:59 UTC\n");
|
|
"23:59:59 UTC\n");
|
|
}
|
|
}
|