git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c46bdc
)
clocksource: fix lock order in the resume path
author
Thomas Gleixner
<tglx@linutronix.de>
Tue, 15 May 2007 08:41:32 +0000
(
01:41
-0700)
committer
Linus Torvalds
<torvalds@woody.linux-foundation.org>
Tue, 15 May 2007 15:54:00 +0000
(08:54 -0700)
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>
No differences found