x86: convert almost generic headers to asm-generic version
[firefly-linux-kernel-4.4.55.git] / arch / x86 / include / asm / generic-mman.h
index 751af2550ed95befecc593c80343f20035f14bb4..7cab4de2bca6a3a74cad234301fa69a013f8273b 100644 (file)
@@ -1,10 +1,8 @@
-#ifndef _ASM_X86_MMAN_H
-#define _ASM_X86_MMAN_H
+#ifndef __ASM_GENERIC_MMAN_H
+#define __ASM_GENERIC_MMAN_H
 
 #include <asm-generic/mman-common.h>
 
-#define MAP_32BIT      0x40            /* only give out 32bit addresses */
-
 #define MAP_GROWSDOWN  0x0100          /* stack-like segment */
 #define MAP_DENYWRITE  0x0800          /* ETXTBSY */
 #define MAP_EXECUTABLE 0x1000          /* mark it as an executable */
@@ -17,4 +15,4 @@
 #define MCL_CURRENT    1               /* lock all current mappings */
 #define MCL_FUTURE     2               /* lock all future mappings */
 
-#endif /* _ASM_X86_MMAN_H */
+#endif /* __ASM_GENERIC_MMAN_H */