diff options
Diffstat (limited to 'arch/mips/include/asm/mman.h')
-rw-r--r-- | arch/mips/include/asm/mman.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/mips/include/asm/mman.h b/arch/mips/include/asm/mman.h index e4d6f1fb1cf7..f15554d1518a 100644 --- a/arch/mips/include/asm/mman.h +++ b/arch/mips/include/asm/mman.h | |||
@@ -71,6 +71,9 @@ | |||
71 | #define MADV_DONTFORK 10 /* don't inherit across fork */ | 71 | #define MADV_DONTFORK 10 /* don't inherit across fork */ |
72 | #define MADV_DOFORK 11 /* do inherit across fork */ | 72 | #define MADV_DOFORK 11 /* do inherit across fork */ |
73 | 73 | ||
74 | #define MADV_MERGEABLE 12 /* KSM may merge identical pages */ | ||
75 | #define MADV_UNMERGEABLE 13 /* KSM may not merge identical pages */ | ||
76 | |||
74 | /* compatibility flags */ | 77 | /* compatibility flags */ |
75 | #define MAP_FILE 0 | 78 | #define MAP_FILE 0 |
76 | 79 | ||