From: Thomas Gleixner Date: Wed, 2 Mar 2011 15:58:30 +0000 (+0100) Subject: hrtimer: Update base[CLOCK_BOOTTIME].offset correctly X-Git-Tag: v2.6.39-rc1~508^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5cd10e7946d28cfc42442fee2e6c757e244d756e;p=pandora-kernel.git hrtimer: Update base[CLOCK_BOOTTIME].offset correctly We calculate the current time of each clock base by adding an offset to clock_monotonic. The offset for the clock bases is set in retrigger_next_event() which is called when we switch a cpu to highres mode or when the clock was set. Add the missing update for clock boottime. Signed-off-by: Thomas Gleixner Cc: John Stultz --- Reading git-diff-tree failed