diff options
author | David Howells <dhowells@redhat.com> | 2008-08-20 16:04:22 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-08-20 13:19:52 -0700 |
commit | 0c7281c0faa1d0bdbdc647430cbdf7e0aed7f385 (patch) | |
tree | af099844e39967f17189cf61aaeceb9ffdb67dc0 /include/asm-frv | |
parent | 449f76506f76051839dfa945c59881c17509cfbf (diff) | |
download | linux-3.10-0c7281c0faa1d0bdbdc647430cbdf7e0aed7f385.tar.gz linux-3.10-0c7281c0faa1d0bdbdc647430cbdf7e0aed7f385.tar.bz2 linux-3.10-0c7281c0faa1d0bdbdc647430cbdf7e0aed7f385.zip |
FRV: Provide ioremap_wc() for FRV
Provide ioremap_wc() for FRV.
Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/asm-frv')
-rw-r--r-- | include/asm-frv/io.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-frv/io.h b/include/asm-frv/io.h index 20e44fe00ab..ca7475e73b5 100644 --- a/include/asm-frv/io.h +++ b/include/asm-frv/io.h @@ -271,6 +271,8 @@ static inline void __iomem *ioremap_fullcache(unsigned long physaddr, unsigned l return __ioremap(physaddr, size, IOMAP_FULL_CACHING); } +#define ioremap_wc ioremap_nocache + extern void iounmap(void volatile __iomem *addr); static inline void __iomem *ioport_map(unsigned long port, unsigned int nr) |