mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 22:21:40 +00:00
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>
This commit is contained in:
parent
449f76506f
commit
0c7281c0fa
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user