Pull ia64-clocksource into release branch

This commit is contained in:
Tony Luck
2007-07-20 11:26:47 -07:00
24 changed files with 334 additions and 565 deletions

View File

@ -466,10 +466,6 @@ void update_wall_time(void)
second_overflow();
}
/* interpolator bits */
time_interpolator_update(clock->xtime_interval
>> clock->shift);
/* accumulate error between NTP and clock interval */
clock->error += current_tick_length();
clock->error -= clock->xtime_interval << (TICK_LENGTH_SHIFT - clock->shift);