ntp: Remove ntp_lock, using the timekeeping locks to protect ntp state
authorJohn Stultz <john.stultz@linaro.org>
Fri, 22 Mar 2013 18:52:03 +0000 (11:52 -0700)
committerJohn Stultz <john.stultz@linaro.org>
Thu, 4 Apr 2013 20:18:17 +0000 (13:18 -0700)
In order to properly handle the NTP state in future changes to the
timekeeping lock management, this patch moves the management of
all of the ntp state under the timekeeping locks.

This allows us to remove the ntp_lock.

Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Richard Cochran <richardcochran@gmail.com>
Cc: Prarit Bhargava <prarit@redhat.com>
Signed-off-by: John Stultz <john.stultz@linaro.org>

No differences found