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:
222fa07
)
[PKTGEN]: Removes thread_{un,}lock() macros.
author
Luiz Capitulino
<lcapitulino@mandriva.com.br>
Tue, 21 Mar 2006 06:24:45 +0000
(22:24 -0800)
committer
David S. Miller
<davem@davemloft.net>
Tue, 21 Mar 2006 06:24:45 +0000
(22:24 -0800)
As suggested by Arnaldo, this patch replaces the
thread_lock()/thread_unlock() by directly calls to
mutex_lock()/mutex_unlock().
This change makes the code a bit more readable, and the direct calls
are used everywhere in the kernel.
Signed-off-by: Luiz Capitulino <lcapitulino@mandriva.com.br>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found