about summary refs log tree commit diff
path: root/arch/powerpc64/bits/mman.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc64/bits/mman.h')
-rw-r--r--arch/powerpc64/bits/mman.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/powerpc64/bits/mman.h b/arch/powerpc64/bits/mman.h
index f5974f82..95ec4358 100644
--- a/arch/powerpc64/bits/mman.h
+++ b/arch/powerpc64/bits/mman.h
@@ -1,5 +1,10 @@
 #define PROT_SAO       0x10
 
+#undef MAP_NORESERVE
+#define MAP_NORESERVE   0x40
+#undef MAP_LOCKED
+#define MAP_LOCKED	0x80
+
 #undef MCL_CURRENT
 #define MCL_CURRENT     0x2000
 #undef MCL_FUTURE