From: Arnd Bergmann Date: Sat, 3 Jul 2010 22:02:26 +0000 (+0200) Subject: init: Remove the BKL from startup code X-Git-Tag: v2.6.36-rc1~494^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e3d20a68f63fc5a310687d81956c3b96e488b84;p=pandora-kernel.git init: Remove the BKL from startup code I have shown by code review that no driver takes the BKL at init time any more, so whatever the init code was locking against is no longer there and it is now safe to remove the BKL there. Signed-off-by: Arnd Bergmann Acked-by: Steven Rostedt Signed-off-by: Frederic Weisbecker --- Reading git-diff-tree failed