[PATCH] visws: fix penguin with sgi logo

Andrey Panin (pazke@donpac.ru)
Wed, 7 May 2003 14:25:45 +0400


This is a MIME-formatted message. If you see this text it means that your
E-mail software does not support MIME-formatted messages.

--=_courier-9223-1052303206-0001-2
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Hi all,

attached patch fixes penguin with sgi framebuffer logo for
visws subarch. It was broken in 2.5.68 IIRC.

Please consider applying.

Best regards.

-- 
Andrey Panin		| Embedded systems software developer
pazke@orbita1.ru	| PGP key: wwwkeys.pgp.net

--=_courier-9223-1052303206-0001-2 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=patch-sgi-logo

diff -urN -X /usr/share/dontdiff linux-2.5.68.vanilla/drivers/video/logo/logo.c linux-2.5.68/drivers/video/logo/logo.c --- linux-2.5.68.vanilla/drivers/video/logo/logo.c Mon Apr 28 22:25:39 2003 +++ linux-2.5.68/drivers/video/logo/logo.c Mon Apr 28 22:34:57 2003 @@ -79,8 +79,10 @@ logo = &logo_parisc_clut224; #endif #ifdef CONFIG_LOGO_SGI_CLUT224 - /* SGI Linux logo on MIPS/MIPS64 */ + /* SGI Linux logo on MIPS/MIPS64 and VISWS */ +#ifndef CONFIG_X86_VISWS if (mips_machgroup == MACH_GROUP_SGI) +#endif logo = &logo_sgi_clut224; #endif #ifdef CONFIG_LOGO_SUN_CLUT224

--=_courier-9223-1052303206-0001-2--