diff options
Diffstat (limited to 'include/asm-alpha/mman.h')
-rw-r--r-- | include/asm-alpha/mman.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-alpha/mman.h b/include/asm-alpha/mman.h index f6439532a262..a21515c16a43 100644 --- a/include/asm-alpha/mman.h +++ b/include/asm-alpha/mman.h | |||
@@ -43,6 +43,8 @@ | |||
43 | #define MADV_SPACEAVAIL 5 /* ensure resources are available */ | 43 | #define MADV_SPACEAVAIL 5 /* ensure resources are available */ |
44 | #define MADV_DONTNEED 6 /* don't need these pages */ | 44 | #define MADV_DONTNEED 6 /* don't need these pages */ |
45 | #define MADV_REMOVE 7 /* remove these pages & resources */ | 45 | #define MADV_REMOVE 7 /* remove these pages & resources */ |
46 | #define MADV_DONTFORK 0x30 /* dont inherit across fork */ | ||
47 | #define MADV_DOFORK 0x31 /* do inherit across fork */ | ||
46 | 48 | ||
47 | /* compatibility flags */ | 49 | /* compatibility flags */ |
48 | #define MAP_ANON MAP_ANONYMOUS | 50 | #define MAP_ANON MAP_ANONYMOUS |