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:
c336923
)
[PATCH] lockdep ifdef fix
author
Jarek Poplawski
<jarkao2@o2.pl>
Wed, 6 Sep 2006 07:03:39 +0000
(
00:03
-0700)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Wed, 6 Sep 2006 18:00:01 +0000
(11:00 -0700)
With
CONFIG_SMP=y
CONFIG_PREEMPT=y
CONFIG_LOCKDEP=y
CONFIG_DEBUG_LOCK_ALLOC=y
# CONFIG_PROVE_LOCKING is not set
spin_unlock_irqrestore() goes through lockdep but spin_lock_irqsave() doesn't.
Apparently, bad things happen.
Acked-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
kernel/spinlock.c
patch
|
blob
|
history
diff --cc
kernel/spinlock.c
Simple merge