[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <1328625904-3505-1-git-send-email-pawel.moll@arm.com>
Date: Tue, 7 Feb 2012 14:45:04 +0000
From: Pawel Moll <pawel.moll@....com>
To: Rusty Russell <rusty@...tcorp.com.au>
Cc: linux-kernel@...r.kernel.org,
Dan Carpenter <dan.carpenter@...cle.com>,
Jim Cromie <jim.cromie@...il.com>,
Pawel Moll <pawel.moll@....com>
Subject: [PATCH] params: Add missing init level name
The initcall_level_names array did not contain name of the
"virtual" level 0 (early paramters). Fixed.
Signed-off-by: Pawel Moll <pawel.moll@....com>
---
init/main.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/init/main.c b/init/main.c
index 8e4060c..b229ee6 100644
--- a/init/main.c
+++ b/init/main.c
@@ -726,6 +726,7 @@ static initcall_t *initcall_levels[] __initdata = {
};
static char *initcall_level_names[] __initdata = {
+ "early parameters",
"core parameters",
"postcore parameters",
"arch parameters",
--
1.7.5.4
--
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