[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20090123105902.18779.22264.sendpatchset@rx1.opensource.se>
Date: Fri, 23 Jan 2009 19:59:02 +0900
From: Magnus Damm <magnus.damm@...il.com>
To: linux-kernel@...r.kernel.org
Cc: akpm@...ux-foundation.org, johnstul@...ibm.com, gregkh@...e.de,
roel.kluin@...il.com, lethal@...ux-sh.org, tglx@...utronix.de,
mingo@...hat.com, Magnus Damm <magnus.damm@...il.com>
Subject: [PATCH 008/011] sh: add early platform support for earlyprintk
From: Magnus Damm <damm@...l.co.jp>
This patch adds early platform "earlyprintk" class support.
Signed-off-by: Magnus Damm <damm@...l.co.jp>
---
arch/sh/kernel/setup.c | 3 +++
1 file changed, 3 insertions(+)
--- 0021/arch/sh/kernel/setup.c
+++ work/arch/sh/kernel/setup.c 2009-01-23 16:38:16.000000000 +0900
@@ -389,6 +389,9 @@ void __init setup_arch(char **cmdline_p)
plat_early_device_setup();
+ /* Let earlyprintk output early console messages */
+ early_platform_driver_probe("earlyprintk", 1, 1);
+
sh_mv_setup();
/*
--
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