commit | a6c0c943a15d0b3d6ac33760cb8f95c75f395895 | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@linutronix.de> | Tue Apr 10 11:14:55 2012 +0200 |
committer | Ingo Molnar <mingo@kernel.org> | Tue Feb 19 08:43:16 2013 +0100 |
tree | 0aa3e39340a97d865a3ce9c4f79e2ac3a389ef04 | |
parent | 066361a7c58cb6c8b18c7ce0ee8527bb1ce58460 [diff] |
ntp: Make ntp_lock raw 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>