commit | 3be9095063885d482b87d3875ea7f28e635882d0 | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@linutronix.de> | Sun Sep 16 15:36:43 2007 +0200 |
committer | Thomas Gleixner <tglx@chaos.(none)> | Sun Sep 16 15:36:43 2007 +0200 |
tree | c29f9a90a244032515c4f830e1d73d4dd2a3f1ac | |
parent | d0174640eedc1cd756754f03afe2dbb3d56de74e [diff] |
timekeeping: access rtc outside of xtime lock Lockdep complains about the access of rtc in timekeeping_suspend inside the interrupt disabled region of the write locked xtime lock. Move the access outside. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Cc: John Stultz <johnstul@us.ibm.com>