init: Remove the BKL from startup code
authorArnd Bergmann <arnd@arndb.de>
Sat, 3 Jul 2010 22:02:26 +0000 (00:02 +0200)
committerFrederic Weisbecker <fweisbec@gmail.com>
Fri, 9 Jul 2010 13:40:32 +0000 (15:40 +0200)
commit5e3d20a68f63fc5a310687d81956c3b96e488b84
tree576da563442772fe7a492589c1e08c422ff02b1c
parent815c4163b6c8ebf8152f42b0a5fd015cfdcedc78
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 <arnd@arndb.de>
Acked-by: Steven Rostedt <rostedt@goodmis>
Signed-off-by: Frederic Weisbecker <fweisbec@gmail.com>
init/main.c
kernel/trace/trace.c