public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH RESEND] init/main.c: remove BLK notations
@ 2010-09-27  7:06 Namhyung Kim
  2010-09-27  7:22 ` Arnd Bergmann
  0 siblings, 1 reply; 2+ messages in thread
From: Namhyung Kim @ 2010-09-27  7:06 UTC (permalink / raw)
  To: Arnd Bergmann, Andrew Morton; +Cc: linux-kernel

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>
Acked-by: Arnd Bergmann <arnd@arndb.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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH RESEND] init/main.c: remove BLK notations
  2010-09-27  7:06 [PATCH RESEND] init/main.c: remove BLK notations Namhyung Kim
@ 2010-09-27  7:22 ` Arnd Bergmann
  0 siblings, 0 replies; 2+ messages in thread
From: Arnd Bergmann @ 2010-09-27  7:22 UTC (permalink / raw)
  To: Namhyung Kim; +Cc: Andrew Morton, linux-kernel

On Monday 27 September 2010 09:06:54 Namhyung Kim wrote:
> 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>
> Acked-by: Arnd Bergmann <arnd@arndb.de>

I've applied it to my bkl/config series now. Thanks!

	Arnd

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-09-27  7:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-27  7:06 [PATCH RESEND] init/main.c: remove BLK notations Namhyung Kim
2010-09-27  7:22 ` Arnd Bergmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox