projects
/
kernel
/
kernel-generic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e4464fa
)
MN10300: Supply ioremap_wc() for MN10300
author
David Howells
<dhowells@redhat.com>
Wed, 20 Aug 2008 14:53:33 +0000
(15:53 +0100)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Wed, 20 Aug 2008 20:19:51 +0000
(13:19 -0700)
Supply ioremap_wc() for MN10300.
Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/asm-mn10300/io.h
patch
|
blob
|
history
diff --git
a/include/asm-mn10300/io.h
b/include/asm-mn10300/io.h
index
b8b6dc8
..
c1a4119
100644
(file)
--- a/
include/asm-mn10300/io.h
+++ b/
include/asm-mn10300/io.h
@@
-259,6
+259,8
@@
static inline void *ioremap_nocache(unsigned long offset, unsigned long size)
return (void *) (offset | 0x20000000);
}
+#define ioremap_wc ioremap_nocache
+
static inline void iounmap(void *addr)
{
}