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:
6617fec
)
lockdep: Selftest: convert spinlock to raw spinlock
author
Yong Zhang
<yong.zhang0@gmail.com>
Mon, 16 Apr 2012 07:01:55 +0000
(15:01 +0800)
committer
Ingo Molnar
<mingo@kernel.org>
Tue, 19 Feb 2013 07:43:35 +0000
(08:43 +0100)
To make the lockdep selftest working on RT we need to convert the
spinlock tests to a raw spinlock. Otherwise we cannot run the irq
context checks. For mainline this is just annotational as spinlocks
are mapped to raw_spinlocks anyway.
Signed-off-by: Yong Zhang <yong.zhang0@gmail.com>
Link:
http://lkml.kernel.org/r/1334559716-18447-2-git-send-email-yong.zhang0@gmail.com
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
lib/locking-selftest.c
patch
|
blob
|
history
diff --cc
lib/locking-selftest.c
Simple merge