From: jbarnes@sgi.com (Jesse Barnes)
To: linux-ia64@vger.kernel.org
Subject: [PATCH] fix early printk for sn2
Date: Wed, 17 Sep 2003 22:13:56 +0000 [thread overview]
Message-ID: <marc-linux-ia64-106383685618920@msgid-missing> (raw)
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
}
reply other threads:[~2003-09-17 22:13 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=marc-linux-ia64-106383685618920@msgid-missing \
--to=jbarnes@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.