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)
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>

No differences found