public inbox for linux-ia64@vger.kernel.org
 help / color / mirror / Atom feed
From: Jesse Barnes <jbarnes@engr.sgi.com>
To: linux-ia64@vger.kernel.org
Subject: [PATCH] kill CONFIG_IA64_EARLY_PRINTK_SN
Date: Thu, 22 Jul 2004 18:26:08 +0000	[thread overview]
Message-ID: <200407221426.08636.jbarnes@engr.sgi.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 346 bytes --]

This patch removes the obsolete sn specific early printk call.  Now that our 
driver supports early output, it's no longer necessary (and in fact no longer 
exists).  I'm too chicken to kill the other code, but maybe Bjorn will do 
that once the HP machines have a good early console driver.

Signed-off-by: Jesse Barnes <jbarnes@sgi.com>

Jesse

[-- Attachment #2: kill-sn-early-printk.patch --]
[-- Type: text/x-diff, Size: 836 bytes --]

===== kernel/printk.c 1.39 vs edited =====
--- 1.39/kernel/printk.c	2004-07-07 01:19:26 -04:00
+++ edited/kernel/printk.c	2004-07-22 14:21:41 -04:00
@@ -1013,9 +1013,6 @@
 #ifdef CONFIG_IA64_EARLY_PRINTK_VGA
 	early_printk_vga(str, len);
 #endif
-#ifdef CONFIG_IA64_EARLY_PRINTK_SGI_SN
- 	early_printk_sn_sal(str, len);
-#endif
 }
 
 #endif /* CONFIG_IA64_EARLY_PRINTK */
===== arch/ia64/Kconfig 1.64 vs edited =====
--- 1.64/arch/ia64/Kconfig	2004-06-29 17:54:52 -04:00
+++ edited/arch/ia64/Kconfig	2004-07-22 14:23:34 -04:00
@@ -454,10 +454,6 @@
 	bool "Early printk on VGA"
 	depends on IA64_EARLY_PRINTK
 
-config IA64_EARLY_PRINTK_SGI_SN
-	bool "Early printk on SGI SN serial console"
-	depends on IA64_EARLY_PRINTK && (IA64_GENERIC || IA64_SGI_SN2)
-
 config DEBUG_SLAB
 	bool "Debug memory allocations"
 	depends on DEBUG_KERNEL

                 reply	other threads:[~2004-07-22 18:26 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=200407221426.08636.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox