aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/include/asm/io.h
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2008-09-12 20:41:05 +0900
committerPaul Mundt <lethal@linux-sh.org>2008-09-12 20:41:05 +0900
commitcb700aa4f13d38726defab3060d3ebeaf67dc189 (patch)
tree7d60e396368f649149d545a936e4ccebd83b8a0b /arch/sh/include/asm/io.h
parentsh: ptrace: Introduce user_regset interface for gp regs. (diff)
downloadlinux-dev-cb700aa4f13d38726defab3060d3ebeaf67dc189.tar.xz
linux-dev-cb700aa4f13d38726defab3060d3ebeaf67dc189.zip
sh: ioremap_prot support.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/include/asm/io.h')
-rw-r--r--arch/sh/include/asm/io.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/sh/include/asm/io.h b/arch/sh/include/asm/io.h
index e49cfee95fb2..1857666136f2 100644
--- a/arch/sh/include/asm/io.h
+++ b/arch/sh/include/asm/io.h
@@ -347,6 +347,8 @@ __ioremap_mode(unsigned long offset, unsigned long size, unsigned long flags)
__ioremap_mode((offset), (size), _PAGE_CACHABLE)
#define p3_ioremap(offset, size, flags) \
__ioremap((offset), (size), (flags))
+#define ioremap_prot(offset, size, flags) \
+ __ioremap_mode((offset), (size), (flags))
#define iounmap(addr) \
__iounmap((addr))