[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20090224123210.10671.76731.stgit@vmbox.hanneseder.net>
Date: Tue, 24 Feb 2009 13:32:51 +0100
From: Hannes Eder <hannes@...neseder.net>
To: Ingo Molnar <mingo@...e.hu>
Cc: Stefan Richter <stefanr@...6.in-berlin.de>,
kernel-janitors@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [PATCH v2] init/main.c: annotate 'init_post' with
'__releases(kernel_lock)'
This fixes the following sparse warnings:
init/main.c:805:21: warning: context imbalance in 'init_post' - unexpected unlock
init/main.c:899:9: warning: context imbalance in 'kernel_init' - wrong count at exit
Signed-off-by: Hannes Eder <hannes@...neseder.net>
---
init/main.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/init/main.c b/init/main.c
index 82456a9..fe53aa6 100644
--- a/init/main.c
+++ b/init/main.c
@@ -803,6 +803,7 @@ int initmem_now_dynamic;
* 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();
--
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