Files
i2som-imx-linux/include/linux
Thomas Gleixner ec5806bcd0 timekeeping: Provide hrtimer update function
This is a backport of f6c06abfb3

To finally fix the infamous leap second issue and other race windows
caused by functions which change the offsets between the various time
bases (CLOCK_MONOTONIC, CLOCK_REALTIME and CLOCK_BOOTTIME) we need a
function which atomically gets the current monotonic time and updates
the offsets of CLOCK_REALTIME and CLOCK_BOOTTIME with minimalistic
overhead. The previous patch which provides ktime_t offsets allows us
to make this function almost as cheap as ktime_get() which is going to
be replaced in hrtimer_interrupt().

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Ingo Molnar <mingo@kernel.org>
Acked-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
Acked-by: Prarit Bhargava <prarit@redhat.com>
Signed-off-by: John Stultz <johnstul@us.ibm.com>
Link: http://lkml.kernel.org/r/1341960205-56738-7-git-send-email-johnstul@us.ibm.com
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
[John Stultz: Backported to 3.2]
Cc: Prarit Bhargava <prarit@redhat.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Linux Kernel <linux-kernel@vger.kernel.org>
Signed-off-by: John Stultz <johnstul@us.ibm.com>
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
2012-07-25 04:11:36 +01:00
..
2012-02-20 12:46:20 -08:00
2012-01-25 16:13:35 -08:00
2012-05-11 13:14:47 +01:00
2012-02-29 16:31:24 -08:00
2011-11-23 11:33:07 +01:00
2012-07-25 04:11:19 +01:00
2012-04-02 09:52:34 -07:00
2012-01-25 16:13:17 -08:00
2012-02-06 09:41:06 -08:00
2011-11-22 16:37:01 -05:00
2011-11-29 11:59:50 +00:00
2012-07-12 04:31:59 +01:00
2012-07-25 04:11:32 +01:00