Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0c7281c0 authored by David Howells's avatar David Howells Committed by Linus Torvalds
Browse files

FRV: Provide ioremap_wc() for FRV



Provide ioremap_wc() for FRV.

Signed-off-by: default avatarDavid Howells <dhowells@redhat.com>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 449f7650
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -271,6 +271,8 @@ static inline void __iomem *ioremap_fullcache(unsigned long physaddr, unsigned l
	return __ioremap(physaddr, size, IOMAP_FULL_CACHING);
	return __ioremap(physaddr, size, IOMAP_FULL_CACHING);
}
}


#define ioremap_wc ioremap_nocache

extern void iounmap(void volatile __iomem *addr);
extern void iounmap(void volatile __iomem *addr);


static inline void __iomem *ioport_map(unsigned long port, unsigned int nr)
static inline void __iomem *ioport_map(unsigned long port, unsigned int nr)