| To: | linux-mips@linux-mips.org |
|---|---|
| Subject: | [PATCH] use __raw access function for fb |
| From: | Atsushi Nemoto <anemo@mba.ocn.ne.jp> |
| Date: | Thu, 09 Feb 2006 00:56:55 +0900 (JST) |
| Cc: | ralf@linux-mips.org |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| Sender: | linux-mips-bounce@linux-mips.org |
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
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [PATCH] add some __user tags to syscall.c, Ralf Baechle |
|---|---|
| Next by Date: | [PATCH] add 'const' to readb and friends, Atsushi Nemoto |
| Previous by Thread: | [PATCH] add some __user tags to syscall.c, Atsushi Nemoto |
| Next by Thread: | Re: [PATCH] use __raw access function for fb, Atsushi Nemoto |
| Indexes: | [Date] [Thread] [Top] [All Lists] |