From: Thomas Gleixner Date: Fri, 16 Mar 2007 21:38:21 +0000 (-0800) Subject: [PATCH] hrtimer: fix up unlocked access to wall_to_monotonic X-Git-Tag: v2.6.21-rc5~93 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad28d94abb1313bdf27e196676292c493f92f824;p=pandora-kernel.git [PATCH] hrtimer: fix up unlocked access to wall_to_monotonic commit f4304ab21513b834c8fe3403927c60c2b81a72d7 (HZ free NTP) moved the access to wall_to_monotonic in hrtimer_get_softirq_time() out of the xtime_lock protection. Move it back into the seq_lock section. Signed-off-by: Thomas Gleixner Acked-by: John Stultz Cc: Ingo Molnar Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed