From 7e0d4fce41ac95adc080bffa88ee0f51c1cf2837 Mon Sep 17 00:00:00 2001
From: rofl0r <retnyg@gmx.net>
Date: Thu, 6 Dec 2012 16:57:22 +0100
Subject: add more arch-specific MAP_ macros to bits/mman.h

these are also needed by qemu.
---
 arch/powerpc/bits/mman.h | 4 ++++
 1 file changed, 4 insertions(+)

(limited to 'arch/powerpc')

diff --git a/arch/powerpc/bits/mman.h b/arch/powerpc/bits/mman.h
index b9ec78c3..0c6cc321 100644
--- a/arch/powerpc/bits/mman.h
+++ b/arch/powerpc/bits/mman.h
@@ -16,6 +16,10 @@
 #define MAP_ANON       0x20
 #define MAP_ANONYMOUS  MAP_ANON
 #define MAP_NORESERVE  0x40
+#define MAP_GROWSDOWN  0x0100
+#define MAP_DENYWRITE  0x0800
+#define MAP_EXECUTABLE 0x1000
+#define MAP_LOCKED     0x80
 
 #define POSIX_MADV_NORMAL       0
 #define POSIX_MADV_RANDOM       1
-- 
cgit v1.2.3-70-g09d2