summaryrefslogtreecommitdiffstats
path: root/include/asm-sparc/memreg.h
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2005-12-06 05:56:39 -0500
committerLinus Torvalds <torvalds@g5.osdl.org>2005-12-15 10:01:29 -0800
commita32972965e23471f0762a1136f80990ebf72406a (patch)
tree47064f7ccb8f49a671c3689c34d562a6ca164f6c /include/asm-sparc/memreg.h
parente4fe342f932346a306f98f5401ad510b890c0a15 (diff)
downloadop-kernel-dev-a32972965e23471f0762a1136f80990ebf72406a.zip
op-kernel-dev-a32972965e23471f0762a1136f80990ebf72406a.tar.gz
[PATCH] sun4c_memerr_reg __iomem annotations
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/asm-sparc/memreg.h')
-rw-r--r--include/asm-sparc/memreg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-sparc/memreg.h b/include/asm-sparc/memreg.h
index c0498d3..5fb95c8 100644
--- a/include/asm-sparc/memreg.h
+++ b/include/asm-sparc/memreg.h
@@ -36,7 +36,7 @@
/* Memory parity error register with associated bit constants. */
#ifndef __ASSEMBLY__
-extern __volatile__ unsigned long *sun4c_memerr_reg;
+extern __volatile__ unsigned long __iomem *sun4c_memerr_reg;
#endif
#define SUN4C_MPE_ERROR 0x80 /* Parity error detected. (ro) */
OpenPOWER on IntegriCloud