[PATCH 1/1] x86: Add config option to setup early serial console

Previous thread: [2.6 patch] mn10300: export kernel_thread by Adrian Bunk on Thursday, June 12, 2008 - 3:11 pm. (3 messages)

Next thread: [PATCH 1/1] x86: Add config option to setup early serial console by Mike Travis on Thursday, June 12, 2008 - 3:38 pm. (10 messages)
From: Mike Travis
Date: Thursday, June 12, 2008 - 3:33 pm

* Add config option EARLY_SERIAL_CONSOLE to enable early
   printk's to be directed to the serial console.

Based on linux-next

Signed-off-by: Mike Travis <travis@sgi.com>
---

---
 arch/x86/kernel/early_printk.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- linux-2.6.tip.orig/arch/x86/kernel/early_printk.c
+++ linux-2.6.tip/arch/x86/kernel/early_printk.c
@@ -193,7 +193,7 @@ static struct console simnow_console = {
 };
 
 /* Direct interface for emergencies */
-static struct console *early_console = &early_vga_console;
+static struct console *early_console = &early_serial_console;
 static int early_console_initialized;
 
 void early_printk(const char *fmt, ...)

-- 

--

From: Mike Travis
Date: Thursday, June 12, 2008 - 3:37 pm

Sorry, please ignore this patch.  I missed the quilt refresh
to pick up the latest version and will resend shortly.


--

Previous thread: [2.6 patch] mn10300: export kernel_thread by Adrian Bunk on Thursday, June 12, 2008 - 3:11 pm. (3 messages)

Next thread: [PATCH 1/1] x86: Add config option to setup early serial console by Mike Travis on Thursday, June 12, 2008 - 3:38 pm. (10 messages)