[PATCH 07/11] 3.2.x: timekeeping: Maintain ktime_t based offsets for hrtimers

2012-07-17 Thread John Stultz
From: Thomas Gleixner This is a backport of 5b9fe759a678e05be4937ddf03d50e950207c1c0 We need to update the hrtimer clock offsets from the hrtimer interrupt context. To avoid conversions from timespec to ktime_t maintain a ktime_t based representation of those offsets in the timekeeper. This

[PATCH 07/11] 3.2.x: timekeeping: Maintain ktime_t based offsets for hrtimers

2012-07-17 Thread John Stultz
From: Thomas Gleixner t...@linutronix.de This is a backport of 5b9fe759a678e05be4937ddf03d50e950207c1c0 We need to update the hrtimer clock offsets from the hrtimer interrupt context. To avoid conversions from timespec to ktime_t maintain a ktime_t based representation of those offsets in the