From: Andreas Schwab <schwab@suse.de>
To: linux-ia64@vger.kernel.org
Subject: Re: execute sn2 early console setup only on sn2s
Date: Tue, 30 Aug 2005 20:45:18 +0000 [thread overview]
Message-ID: <jell2j9msh.fsf@sykes.suse.de> (raw)
In-Reply-To: <20050830203446.GA7680@sgi.com>
Greg Edwards <edwardsg@sgi.com> writes:
> Index: git-linus/arch/ia64/kernel/setup.c
> =================================> --- git-linus.orig/arch/ia64/kernel/setup.c 2005-08-30 15:13:11.399460142 -0500
> +++ git-linus/arch/ia64/kernel/setup.c 2005-08-30 15:15:53.959188707 -0500
> @@ -288,7 +288,7 @@ early_console_setup (char *cmdline)
> int earlycons = 0;
>
> #ifdef CONFIG_SERIAL_SGI_L1_CONSOLE
> - {
> + if (ia64_platform_is("sn2")) {
> extern int sn_serial_console_early_setup(void);
> if (!sn_serial_console_early_setup())
> earlycons++;
The first thing sn_serial_console_early_setup does is to check for sn2.
Andreas.
--
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
"And now for something completely different."
next prev parent reply other threads:[~2005-08-30 20:45 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-08-30 20:34 execute sn2 early console setup only on sn2s Greg Edwards
2005-08-30 20:45 ` Andreas Schwab [this message]
2005-08-30 20:56 ` Greg Edwards
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=jell2j9msh.fsf@sykes.suse.de \
--to=schwab@suse.de \
--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