From: Thomas Gleixner Date: Fri, 1 Feb 2008 16:45:13 +0000 (+0100) Subject: timekeeping: update xtime_cache when time(zone) changes X-Git-Tag: v2.6.25-rc1~1082^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1001d0a9ee74a468077dfd4da0565174e88de26b;p=pandora-kernel.git timekeeping: update xtime_cache when time(zone) changes xtime_cache needs to be updated whenever xtime and or wall_to_monotic are changed. Otherwise users of xtime_cache might see a stale (and in the case of timezone changes utterly wrong) value until the next update happens. Fixup the obvious places, which miss this update. Signed-off-by: Thomas Gleixner Acked-by: John Stultz Tested-by: Dhaval Giani Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed