diff options
Diffstat (limited to 'arch/parisc/include')
-rw-r--r-- | arch/parisc/include/asm/mman.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/parisc/include/asm/mman.h b/arch/parisc/include/asm/mman.h index 533c5dc173c1..f5b7bf5fba68 100644 --- a/arch/parisc/include/asm/mman.h +++ b/arch/parisc/include/asm/mman.h | |||
@@ -60,6 +60,7 @@ | |||
60 | #define MADV_UNMERGEABLE 66 /* KSM may not merge identical pages */ | 60 | #define MADV_UNMERGEABLE 66 /* KSM may not merge identical pages */ |
61 | 61 | ||
62 | #define MADV_HUGEPAGE 67 /* Worth backing with hugepages */ | 62 | #define MADV_HUGEPAGE 67 /* Worth backing with hugepages */ |
63 | #define MADV_NOHUGEPAGE 68 /* Not worth backing with hugepages */ | ||
63 | 64 | ||
64 | /* compatibility flags */ | 65 | /* compatibility flags */ |
65 | #define MAP_FILE 0 | 66 | #define MAP_FILE 0 |