commit | 8f89441b37536fea92b1ed7004e5e2dda011473d | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@linutronix.de> | Tue May 15 01:41:32 2007 -0700 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Tue May 15 08:54:00 2007 -0700 |
tree | 7587c859ea62fb3905613fc4265a8120b5384516 | |
parent | 3c46bdcaec53eda069a8a9cd60621c7431aa7842 [diff] |
clocksource: fix lock order in the resume path lockdep complains about the lock nesting of clocksource and watchdog lock in the resume path. Change the resume marker to a bit operation and remove the lock from this path. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Cc: john stultz <johnstul@us.ibm.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>