mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 22:21:40 +00:00
MN10300: Supply ioremap_wc() for MN10300
Supply ioremap_wc() for MN10300. Signed-off-by: David Howells <dhowells@redhat.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
e4464facd6
commit
449f76506f
@ -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)
|
||||
{
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user