X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=init%2Fmain.c;h=8646401f7a0e4b77579aa13f8de6ac191787be73;hb=1eb4c6362cb7d6a2f904c555c10dc45caeeefc31;hp=94ab488039aab1dde97d442f785046475f09c978;hpb=6b5b817f103450444f3f658a498f435d92a197e5;p=pandora-kernel.git diff --git a/init/main.c b/init/main.c index 94ab488039aa..8646401f7a0e 100644 --- a/init/main.c +++ b/init/main.c @@ -20,7 +20,6 @@ #include #include #include -#include #include #include #include @@ -424,7 +423,6 @@ static void __init setup_command_line(char *command_line) static __initdata DECLARE_COMPLETION(kthreadd_done); static noinline void __init_refok rest_init(void) - __releases(kernel_lock) { int pid; @@ -556,7 +554,6 @@ asmlinkage void __init start_kernel(void) local_irq_disable(); early_boot_irqs_off(); - early_init_irq_lock_class(); /* * Interrupts are still disabled. Do necessary setups, then @@ -819,7 +816,6 @@ static void run_init_process(const char *init_filename) * makes it inline to init() and it becomes part of init.text section */ static noinline int init_post(void) - __releases(kernel_lock) { /* need to finish all async __init code before freeing the memory */ async_synchronize_full();