Greg Edwards <[EMAIL PROTECTED]> 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, [EMAIL PROTECTED]
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."
-
To unsubscribe from this list: send the line "unsubscribe linux-ia64" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to