Comment 1 for bug 967290

Revision history for this message
James Tunnicliffe (dooferlad) wrote :

This seems to be the email that was parsed to insert (address hidden) into the database.

From: Linus Walleij <(address hidden)>

The localtimer's clock changes with the cpu clock. After a
cpufreq transition, update the clockevent's frequency and
reprogram the next clock event.

Adds a clock called "smp_twd" that is used to determine the
twd frequency, which can also be used at init time to
avoid calibrating the twd frequency.

Clock changes are based on Rob Herring's work. The
necessary changes in the clockevents framework was done by
Thomas Gleixner in kernel v3.0.

Signed-off-by: Colin Cross <(address hidden)>
Cc: Russell King <(address hidden)>
Acked-by: Thomas Gleixner <(address hidden)>
Acked-by: Rob Herring <(address hidden)>
Acked-by: Santosh Shilimkar <(address hidden)>
[ifdef:ed CPUfreq stuff for non-cpufreq configs]
Signed-off-by: Linus Walleij <(address hidden)>