All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] use __raw access function for fb
@ 2006-02-08 15:56 Atsushi Nemoto
  2006-02-17 15:20 ` Atsushi Nemoto
  0 siblings, 1 reply; 3+ messages in thread
From: Atsushi Nemoto @ 2006-02-08 15:56 UTC (permalink / raw)
  To: linux-mips; +Cc: ralf

Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>

diff --git a/include/linux/fb.h b/include/linux/fb.h
index 2cb19e6..8c0cf1c 100644
--- a/include/linux/fb.h
+++ b/include/linux/fb.h
@@ -809,7 +809,7 @@ struct fb_info {
 #define fb_writeq sbus_writeq
 #define fb_memset sbus_memset_io
 
-#elif defined(__i386__) || defined(__alpha__) || defined(__x86_64__) || defined(__hppa__) || (defined(__sh__) && !defined(__SH5__)) || defined(__powerpc__)
+#elif defined(__i386__) || defined(__alpha__) || defined(__x86_64__) || defined(__hppa__) || (defined(__sh__) && !defined(__SH5__)) || defined(__powerpc__) || defined(__mips__)
 
 #define fb_readb __raw_readb
 #define fb_readw __raw_readw

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2006-02-17 15:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-02-08 15:56 [PATCH] use __raw access function for fb Atsushi Nemoto
2006-02-17 15:20 ` Atsushi Nemoto
2006-02-17 15:30   ` Ralf Baechle

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.