Re: [PATCH] hrtimer: Fixup unlocked access to wall_to_monotonic

2007-03-14 Thread john stultz
On Wed, 2007-03-14 at 21:57 +0100, Thomas Gleixner wrote: > 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

[PATCH] hrtimer: Fixup unlocked access to wall_to_monotonic

2007-03-14 Thread Thomas Gleixner
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 <[EMAIL PROTECTED]> diff --git a/kernel/hrtimer.c b/kernel/hr