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:
0a9ffac
)
wlcore: change warn on missing lock in wlcore_queue_xx funcs
author
Arik Nemtsov
<arik@wizery.com>
Tue, 12 Mar 2013 15:19:40 +0000
(17:19 +0200)
committer
Luciano Coelho
<coelho@ti.com>
Mon, 25 Mar 2013 10:33:12 +0000
(12:33 +0200)
On !CONFIG_SMP builds spin_is_locked always returns 0. Assert the
locking using assert_spin_locked, which is written to behave correctly
in all cases.
Signed-off-by: Arik Nemtsov <arik@wizery.com>
Signed-off-by: Luciano Coelho <coelho@ti.com>
No differences found