]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit55b6b52309abe36d46ff4b232118b6a902aa01c3
tree576da563442772fe7a492589c1e08c422ff02b1c
parentf8f860ececc438a8470f53624c260a592cf08f5c
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