summaryrefslogtreecommitdiff
path: root/include/asm-alpha
diff options
context:
space:
mode:
authorRobert P. J. Day <rpjday@mindspring.com>2007-02-10 01:42:56 -0800
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2007-02-11 10:51:17 -0800
commite10a4437cb37c85f2df95432025b392d98aac2aa (patch)
treef8a560ecf6e75f582c0f025385d5e350a21d9fd6 /include/asm-alpha
parent7c5cae368a6c44eac0e817ae130301b65ff446dc (diff)
downloadlinux-3.10-e10a4437cb37c85f2df95432025b392d98aac2aa.tar.gz
linux-3.10-e10a4437cb37c85f2df95432025b392d98aac2aa.tar.bz2
linux-3.10-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-alpha')
-rw-r--r--include/asm-alpha/mman.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asm-alpha/mman.h b/include/asm-alpha/mman.h
index 5f24c755f57..90d7c35d286 100644
--- a/include/asm-alpha/mman.h
+++ b/include/asm-alpha/mman.h
@@ -49,7 +49,6 @@
#define MADV_DOFORK 11 /* do inherit across fork */
/* compatibility flags */
-#define MAP_ANON MAP_ANONYMOUS
#define MAP_FILE 0
#endif /* __ALPHA_MMAN_H__ */