aboutsummaryrefslogtreecommitdiffstats
path: root/init/main.c
diff options
context:
space:
mode:
authorNamhyung Kim <namhyung@gmail.com>2010-09-27 03:06:54 -0400
committerArnd Bergmann <arnd@arndb.de>2010-10-19 05:29:58 -0400
commit1fa4f3b57cf0c525027ea61011312de139b04f9b (patch)
tree2568eb32058e39870a2b739809dadd5c82e95422 /init/main.c
parent01b284f9b6d51cc3f3bcf3b49f16d2601d3ca22d (diff)
init/main.c: remove BKL notations
According to commit 5e3d20a68f63fc5a310687d81956c3b96e488b84 (init: Remove the BKL from startup code) these sparse notations should be removed also. Signed-off-by: Namhyung Kim <namhyung@gmail.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'init/main.c')
-rw-r--r--init/main.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/init/main.c b/init/main.c
index 94ab488039aa..cb0b927c101a 100644
--- a/init/main.c
+++ b/init/main.c
@@ -424,7 +424,6 @@ static void __init setup_command_line(char *command_line)
424static __initdata DECLARE_COMPLETION(kthreadd_done); 424static __initdata DECLARE_COMPLETION(kthreadd_done);
425 425
426static noinline void __init_refok rest_init(void) 426static noinline void __init_refok rest_init(void)
427 __releases(kernel_lock)
428{ 427{
429 int pid; 428 int pid;
430 429
@@ -819,7 +818,6 @@ static void run_init_process(const char *init_filename)
819 * makes it inline to init() and it becomes part of init.text section 818 * makes it inline to init() and it becomes part of init.text section
820 */ 819 */
821static noinline int init_post(void) 820static noinline int init_post(void)
822 __releases(kernel_lock)
823{ 821{
824 /* need to finish all async __init code before freeing the memory */ 822 /* need to finish all async __init code before freeing the memory */
825 async_synchronize_full(); 823 async_synchronize_full();