summaryrefslogtreecommitdiffstats
path: root/include/asm-parisc/mman.h
diff options
context:
space:
mode:
authorRobert P. J. Day2007-02-10 10:42:56 +0100
committerLinus Torvalds2007-02-11 19:51:17 +0100
commite10a4437cb37c85f2df95432025b392d98aac2aa (patch)
treef8a560ecf6e75f582c0f025385d5e350a21d9fd6 /include/asm-parisc/mman.h
parent[PATCH] slab: use parameter passed to cache_reap to determine pointer to work... (diff)
downloadkernel-qcow2-linux-e10a4437cb37c85f2df95432025b392d98aac2aa.tar.gz
kernel-qcow2-linux-e10a4437cb37c85f2df95432025b392d98aac2aa.tar.xz
kernel-qcow2-linux-e10a4437cb37c85f2df95432025b392d98aac2aa.zip
[PATCH] Remove final references to deprecated "MAP_ANON" page protection flag
Remove the last vestiges of the long-deprecated "MAP_ANON" page protection flag: use "MAP_ANONYMOUS" instead. Signed-off-by: Robert P. J. Day <rpjday@mindspring.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/asm-parisc/mman.h')
-rw-r--r--include/asm-parisc/mman.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asm-parisc/mman.h b/include/asm-parisc/mman.h
index 0ef15ee0f17e..defe752cc996 100644
--- a/include/asm-parisc/mman.h
+++ b/include/asm-parisc/mman.h
@@ -55,7 +55,6 @@
#define MADV_64M_PAGES 26 /* Use 64 Megabyte pages */
/* compatibility flags */
-#define MAP_ANON MAP_ANONYMOUS
#define MAP_FILE 0
#define MAP_VARIABLE 0