* [PATCH] kill CONFIG_IA64_EARLY_PRINTK_SN
@ 2004-07-22 18:26 Jesse Barnes
0 siblings, 0 replies; only message in thread
From: Jesse Barnes @ 2004-07-22 18:26 UTC (permalink / raw)
To: linux-ia64
[-- 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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2004-07-22 18:26 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-07-22 18:26 [PATCH] kill CONFIG_IA64_EARLY_PRINTK_SN Jesse Barnes
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox