* [PATCH] update early printk for new console driver
@ 2004-06-29 16:46 Jesse Barnes
2004-06-29 16:57 ` Jesse Barnes
0 siblings, 1 reply; 2+ messages in thread
From: Jesse Barnes @ 2004-06-29 16:46 UTC (permalink / raw)
To: linux-ia64
[-- Attachment #1: Type: text/plain, Size: 310 bytes --]
The Altix console driver has been replaced in Andrew's tree by a new one that
uses the serial core API. Update the early_console_setup routine to use the
new config option so that it's ready when the driver hits Linus' tree. This
will also fix a build bug since the old driver hasn't been updated.
Jesse
[-- Attachment #2: early-printk-update.patch --]
[-- Type: text/plain, Size: 415 bytes --]
===== arch/ia64/kernel/setup.c 1.75 vs edited =====
--- 1.75/arch/ia64/kernel/setup.c 2004-06-22 10:51:27 -07:00
+++ edited/arch/ia64/kernel/setup.c 2004-06-29 09:38:30 -07:00
@@ -292,7 +292,7 @@
static int __init
early_console_setup (void)
{
-#ifdef CONFIG_SGI_L1_SERIAL_CONSOLE
+#ifdef CONFIG_SERIAL_SGI_L1_CONSOLE
{
extern int sn_serial_console_early_setup(void);
if(!sn_serial_console_early_setup())
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2004-06-29 16:57 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-06-29 16:46 [PATCH] update early printk for new console driver Jesse Barnes
2004-06-29 16:57 ` Jesse Barnes
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox