commit | d71415e88447f31ec63026e69b64a7e99465b7f4 | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Tue Sep 14 19:35:00 2010 +0000 |
committer | Paul Mundt <lethal@linux-sh.org> | Thu Sep 16 16:37:56 2010 +0900 |
tree | 426a7a163380328c051aa36544b9add771720054 | |
parent | 5d75b3a2476d848a354d939d2b89c36d3394ac59 [diff] |
sh: kill big kernel lock 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>