From: Arnd Bergmann Date: Tue, 14 Sep 2010 19:35:00 +0000 (+0000) Subject: sh: kill big kernel lock X-Git-Tag: v2.6.37-rc1~136^2~62 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d71415e88447f31ec63026e69b64a7e99465b7f4;p=pandora-kernel.git 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 Cc: Paul Mundt Cc: linux-sh@vger.kernel.org Signed-off-by: Paul Mundt --- Reading git-diff-tree failed