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:
5d75b3a
)
sh: kill big kernel lock
author
Arnd Bergmann
<arnd@arndb.de>
Tue, 14 Sep 2010 19:35:00 +0000
(19:35 +0000)
committer
Paul Mundt
<lethal@linux-sh.org>
Thu, 16 Sep 2010 07:37:56 +0000
(16:37 +0900)
The only BKL user in arch/sh protects a single bit,
so we can trivially replace it with test_and_set_bit.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Cc: Paul Mundt <lethal@linux-sh.org>
Cc: linux-sh@vger.kernel.org
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
No differences found