time: Remove most of xtime_lock usage in timekeeping.c
authorJohn Stultz <john.stultz@linaro.org>
Mon, 14 Nov 2011 22:05:44 +0000 (14:05 -0800)
committerJohn Stultz <john.stultz@linaro.org>
Fri, 27 Jan 2012 03:44:27 +0000 (19:44 -0800)
commit92c1d3ed4dc0b8cfb10e85ed0c9934db41efc027
tree233556d74e7bd062d8e174bc0a33fdc2dc7f95b1
parentbd3312681f69207a40431981c1bce1afdc9b7975
time: Remove most of xtime_lock usage in timekeeping.c

Now that ntp.c's locking is reworked, we can remove most
of the xtime_lock usage in timekeeping.c

The remaining xtime_lock presence is really for jiffies access
and the global load calculation.

CC: Thomas Gleixner <tglx@linutronix.de>
CC: Eric Dumazet <eric.dumazet@gmail.com>
CC: Richard Cochran <richardcochran@gmail.com>
Signed-off-by: John Stultz <john.stultz@linaro.org>
kernel/time/timekeeping.c