summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrew Morton <akpm@osdl.org>2003-10-01 10:57:49 -0700
committerLinus Torvalds <torvalds@home.osdl.org>2003-10-01 10:57:49 -0700
commitbd094583b3b5366523facd026d7a1e76c2a5e9ad (patch)
tree01a8cc4043fbf878e1e56d464106c93890a3863a /include
parent1885b3f16284780a50657f6872f3e3347c293c70 (diff)
[PATCH] x86 mman.h fix
Remove duplicated #defines
Diffstat (limited to 'include')
-rw-r--r--include/asm-i386/mman.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/asm-i386/mman.h b/include/asm-i386/mman.h
index 6a80c93c7e5a..196619a83854 100644
--- a/include/asm-i386/mman.h
+++ b/include/asm-i386/mman.h
@@ -8,8 +8,6 @@
#define PROT_NONE 0x0 /* page can not be accessed */
#define PROT_GROWSDOWN 0x01000000 /* mprotect flag: extend change to start of growsdown vma */
#define PROT_GROWSUP 0x02000000 /* mprotect flag: extend change to end of growsup vma */
-#define PROT_GROWSDOWN 0x01000000 /* mprotect flag: extend change to start of growsdown vma */
-#define PROT_GROWSUP 0x02000000 /* mprotect flag: extend change to end of growsup vma */
#define MAP_SHARED 0x01 /* Share changes */
#define MAP_PRIVATE 0x02 /* Changes are private */