Commit 0c7281c0faa1d0bdbdc647430cbdf7e0aed7f385

Authored by David Howells
Committed by Linus Torvalds
1 parent 449f76506f

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>

Showing 1 changed file with 2 additions and 0 deletions Side-by-side Diff

include/asm-frv/io.h
... ... @@ -271,6 +271,8 @@
271 271 return __ioremap(physaddr, size, IOMAP_FULL_CACHING);
272 272 }
273 273  
  274 +#define ioremap_wc ioremap_nocache
  275 +
274 276 extern void iounmap(void volatile __iomem *addr);
275 277  
276 278 static inline void __iomem *ioport_map(unsigned long port, unsigned int nr)