public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] visws: fix penguin with sgi logo
@ 2003-05-07 10:25 Andrey Panin
  0 siblings, 0 replies; only message in thread
From: Andrey Panin @ 2003-05-07 10:25 UTC (permalink / raw)
  To: linux-kernel; +Cc: Linus Torvalds

[-- Attachment #1: Type: text/plain, Size: 257 bytes --]

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

[-- Attachment #2: patch-sgi-logo --]
[-- Type: text/plain, Size: 587 bytes --]

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

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

only message in thread, other threads:[~2003-05-07 10:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-05-07 10:25 [PATCH] visws: fix penguin with sgi logo Andrey Panin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox