[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1285571214-6965-1-git-send-email-namhyung@gmail.com>
Date: Mon, 27 Sep 2010 16:06:54 +0900
From: Namhyung Kim <namhyung@...il.com>
To: Arnd Bergmann <arnd@...db.de>,
Andrew Morton <akpm@...ux-foundation.org>
Cc: linux-kernel@...r.kernel.org
Subject: [PATCH RESEND] init/main.c: remove BLK 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@...il.com>
Acked-by: Arnd Bergmann <arnd@...db.de>
---
init/main.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/init/main.c b/init/main.c
index 94ab488..cb0b927 100644
--- a/init/main.c
+++ b/init/main.c
@@ -424,7 +424,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;
@@ -819,7 +818,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();
--
1.7.2.2
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists