|
@@ -131,7 +131,7 @@ static inline s64 timekeeping_get_ns_raw(void)
|
|
/* calculate the delta since the last update_wall_time: */
|
|
/* calculate the delta since the last update_wall_time: */
|
|
cycle_delta = (cycle_now - clock->cycle_last) & clock->mask;
|
|
cycle_delta = (cycle_now - clock->cycle_last) & clock->mask;
|
|
|
|
|
|
- /* return delta convert to nanoseconds using ntp adjusted mult. */
|
|
|
|
|
|
+ /* return delta convert to nanoseconds. */
|
|
return clocksource_cyc2ns(cycle_delta, clock->mult, clock->shift);
|
|
return clocksource_cyc2ns(cycle_delta, clock->mult, clock->shift);
|
|
}
|
|
}
|
|
|
|
|