Commit cab0e744 authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] visws: fix penguin with sgi logo

From: Andrey Panin <pazke@donpac.ru>

attached patch fixes penguin with sgi framebuffer logo for
visws subarch. It was broken in 2.5.68 IIRC.
parent 2ba0ef13
...@@ -79,8 +79,10 @@ const struct linux_logo *fb_find_logo(int depth) ...@@ -79,8 +79,10 @@ const struct linux_logo *fb_find_logo(int depth)
logo = &logo_parisc_clut224; logo = &logo_parisc_clut224;
#endif #endif
#ifdef CONFIG_LOGO_SGI_CLUT224 #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) if (mips_machgroup == MACH_GROUP_SGI)
#endif
logo = &logo_sgi_clut224; logo = &logo_sgi_clut224;
#endif #endif
#ifdef CONFIG_LOGO_SUN_CLUT224 #ifdef CONFIG_LOGO_SUN_CLUT224
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment