All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jesse Barnes <jbarnes@engr.sgi.com>
To: linux-ia64@vger.kernel.org
Subject: [PATCH] update early printk for new console driver
Date: Tue, 29 Jun 2004 16:46:32 +0000	[thread overview]
Message-ID: <200406290946.32162.jbarnes@engr.sgi.com> (raw)

[-- 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())

             reply	other threads:[~2004-06-29 16:46 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-06-29 16:46 Jesse Barnes [this message]
2004-06-29 16:57 ` [PATCH] update early printk for new console driver Jesse Barnes

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200406290946.32162.jbarnes@engr.sgi.com \
    --to=jbarnes@engr.sgi.com \
    --cc=linux-ia64@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.