• Christoph Lameter's avatar
    [PATCH] fix IBM cyclone clock and some cleanup · 6f0c3359
    Christoph Lameter authored
     - fix broken IBM cyclone time interpolator support
     - add support for cyclic timers through an addition of a mask
       in the timer interpolator structure
     - Allow time_interpolator_update() and time_interpolator_get_offset()
       to be invoked without an active time interpolator
       (necessary since the cyclone clock is initialized late in ACPI
       processing)
     - remove obsolete function time_interpolator_resolution()
     - add a mask to all struct time_interpolator setups in the
       kernel
     - Make time interpolators work on 32bit platforms
    Signed-off-by: default avatarChristoph Lameter <clameter@sgi.com>
    Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
    6f0c3359
timer.c 42.4 KB