commit | 852db46d55e85b475a72e665ca08d3317769ceef | [log] [tgz] |
---|---|---|
author | John Stultz <johnstul@us.ibm.com> | Tue Jul 13 17:56:28 2010 -0700 |
committer | Thomas Gleixner <tglx@linutronix.de> | Tue Jul 27 12:40:55 2010 +0200 |
tree | 3802273b1135f0f650868fe9e048d7c0594195fe | |
parent | f12a15be63d1de9a35971f35f06b73088fa25c3a [diff] |
clocksource: Add __clocksource_updatefreq_hz/khz methods To properly handle clocksources that change frequencies at the clocksource->enable() point, this patch adds a method that will update the clocksource's mult/shift and max_idle_ns values. Signed-off-by: John Stultz <johnstul@us.ibm.com> LKML-Reference: <1279068988-21864-12-git-send-email-johnstul@us.ibm.com> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>