summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRussell King <rmk@flint.arm.linux.org.uk>2002-11-03 21:52:42 +0000
committerRussell King <rmk@flint.arm.linux.org.uk>2002-11-03 21:52:42 +0000
commitbbd265b5a0d28a7d710f6cec7547dc30d5b426cf (patch)
tree02c4d626ba5369ac3024eb81afadafbd883f5e72 /include
parent37e093c18a2e7bb5253aff6d42bc91f3a1380f3d (diff)
[ARM] Fix various build errors in bk-cur
- Make ioremap.c compile - Fix armv4_early_abort -> v4_early_abort - Fix MT_MINICACHE -> MT_MINICLEAN - Add MAP_POPULATE and MAP_NONBLOCK for ARM - Fix last remaining usage of kstat.irqs[cpu] - Add support for .init.initramfs section
Diffstat (limited to 'include')
-rw-r--r--include/asm-arm/mman.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-arm/mman.h b/include/asm-arm/mman.h
index 0c72de97d419..044a5ef62548 100644
--- a/include/asm-arm/mman.h
+++ b/include/asm-arm/mman.h
@@ -18,6 +18,8 @@
#define MAP_EXECUTABLE 0x1000 /* mark it as an executable */
#define MAP_LOCKED 0x2000 /* pages are locked */
#define MAP_NORESERVE 0x4000 /* don't check for reservations */
+#define MAP_POPULATE 0x8000 /* populate (prefault) page tables */
+#define MAP_NONBLOCK 0x10000 /* do not block on IO */
#define MS_ASYNC 1 /* sync memory asynchronously */
#define MS_INVALIDATE 2 /* invalidate the caches */