diff options
| author | Robert P. J. Day <rpjday@mindspring.com> | 2007-02-10 04:42:56 -0500 |
|---|---|---|
| committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-02-11 13:51:17 -0500 |
| commit | e10a4437cb37c85f2df95432025b392d98aac2aa (patch) | |
| tree | f8a560ecf6e75f582c0f025385d5e350a21d9fd6 /include/asm-generic | |
| parent | 7c5cae368a6c44eac0e817ae130301b65ff446dc (diff) | |
[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-generic')
| -rw-r--r-- | include/asm-generic/mman.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asm-generic/mman.h b/include/asm-generic/mman.h index 3b41d2bb70..5e3dde2ee5 100644 --- a/include/asm-generic/mman.h +++ b/include/asm-generic/mman.h | |||
| @@ -36,7 +36,6 @@ | |||
| 36 | #define MADV_DOFORK 11 /* do inherit across fork */ | 36 | #define MADV_DOFORK 11 /* do inherit across fork */ |
| 37 | 37 | ||
| 38 | /* compatibility flags */ | 38 | /* compatibility flags */ |
| 39 | #define MAP_ANON MAP_ANONYMOUS | ||
| 40 | #define MAP_FILE 0 | 39 | #define MAP_FILE 0 |
| 41 | 40 | ||
| 42 | #endif | 41 | #endif |
