ntp: Make ntp_lock raw
authorThomas Gleixner <tglx@linutronix.de>
Tue, 10 Apr 2012 09:14:55 +0000 (11:14 +0200)
committerIngo Molnar <mingo@kernel.org>
Tue, 19 Feb 2013 07:43:16 +0000 (08:43 +0100)
seconds_overflow() is called from hard interrupt context even on
Preempt-RT. This requires the lock to be a raw_spinlock.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: John Stultz <john.stultz@linaro.org>
Signed-off-by: Ingo Molnar <mingo@kernel.org>

No differences found