From: Arnd Bergmann Date: Sat, 11 Sep 2010 16:18:22 +0000 (+0200) Subject: cris: autoconvert trivial BKL users X-Git-Tag: v2.6.37-rc1~176^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0890b5880df6a4989336add11f3a22122b26d9e1;p=pandora-kernel.git cris: autoconvert trivial BKL users All uses of the big kernel lock in the cris architecture are for ioctl and open functions of character device drivers, which can be trivially converted to a per-driver mutex. Most of these are probably unnecessary, so it may make sense to audit them and eventually remove the extra mutex introduced by this patch. Signed-off-by: Arnd Bergmann Cc: Mikael Starvik Cc: Jesper Nilsson Cc: linux-cris-kernel@axis.com --- Reading git-diff-tree failed