diff options
Diffstat (limited to 'include/asm-powerpc/mman.h')
| -rw-r--r-- | include/asm-powerpc/mman.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-powerpc/mman.h b/include/asm-powerpc/mman.h index a2e34c21b44f..fcff25d13f13 100644 --- a/include/asm-powerpc/mman.h +++ b/include/asm-powerpc/mman.h | |||
| @@ -45,6 +45,8 @@ | |||
| 45 | #define MADV_WILLNEED 0x3 /* pre-fault pages */ | 45 | #define MADV_WILLNEED 0x3 /* pre-fault pages */ |
| 46 | #define MADV_DONTNEED 0x4 /* discard these pages */ | 46 | #define MADV_DONTNEED 0x4 /* discard these pages */ |
| 47 | #define MADV_REMOVE 0x5 /* remove these pages & resources */ | 47 | #define MADV_REMOVE 0x5 /* remove these pages & resources */ |
| 48 | #define MADV_DONTFORK 0x30 /* dont inherit across fork */ | ||
| 49 | #define MADV_DOFORK 0x31 /* do inherit across fork */ | ||
| 48 | 50 | ||
| 49 | /* compatibility flags */ | 51 | /* compatibility flags */ |
| 50 | #define MAP_ANON MAP_ANONYMOUS | 52 | #define MAP_ANON MAP_ANONYMOUS |
