All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] fix early printk for sn2
@ 2003-09-17 22:13 Jesse Barnes
  0 siblings, 0 replies; only message in thread
From: Jesse Barnes @ 2003-09-17 22:13 UTC (permalink / raw)
  To: linux-ia64

Quick fix for the early printk function name for sn2.  Goes along with a
patch I'm about to send to Andrew.

Thanks,
Jesse


diff -Nru a/kernel/printk.c b/kernel/printk.c
--- a/kernel/printk.c	Wed Sep 17 15:10:58 2003
+++ b/kernel/printk.c	Wed Sep 17 15:10:58 2003
@@ -790,7 +790,7 @@
 # endif /* CONFIG_IA64_EARLY_PRINTK_UART */
 
 #ifdef CONFIG_IA64_EARLY_PRINTK_SGI_SN
-extern int sn_sal_console_out(const char *str, int len);
+extern int early_printk_sn_sal(const char *str, int len);
 #endif
 
 void early_printk(const char *str, size_t len)
@@ -802,7 +802,7 @@
 	early_printk_vga(str, len);
 #endif
 #ifdef CONFIG_IA64_EARLY_PRINTK_SGI_SN
- 	sn_sal_console_out(str, len);
+ 	early_printk_sn_sal(str, len);
 #endif
 }
 

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-09-17 22:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-09-17 22:13 [PATCH] fix early printk for sn2 Jesse Barnes

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.