diff options
author | Andrea Arcangeli <aarcange@redhat.com> | 2011-01-13 18:47:17 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-01-13 20:32:47 -0500 |
commit | 1ddd6db43a08cba56c7ee920800980862086f1c3 (patch) | |
tree | 696b6d3c44832b08a55de8724b8539dacd96bd4c /arch/xtensa | |
parent | 37c2ac7872a9387542616f658d20ac25f5bdb32e (diff) |
thp: mm: define MADV_NOHUGEPAGE
Define MADV_NOHUGEPAGE.
Signed-off-by: Andrea Arcangeli <aarcange@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/xtensa')
-rw-r--r-- | arch/xtensa/include/asm/mman.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/xtensa/include/asm/mman.h b/arch/xtensa/include/asm/mman.h index 41be9a1ee08f..30789010733d 100644 --- a/arch/xtensa/include/asm/mman.h +++ b/arch/xtensa/include/asm/mman.h | |||
@@ -84,6 +84,7 @@ | |||
84 | #define MADV_UNMERGEABLE 13 /* KSM may not merge identical pages */ | 84 | #define MADV_UNMERGEABLE 13 /* KSM may not merge identical pages */ |
85 | 85 | ||
86 | #define MADV_HUGEPAGE 14 /* Worth backing with hugepages */ | 86 | #define MADV_HUGEPAGE 14 /* Worth backing with hugepages */ |
87 | #define MADV_NOHUGEPAGE 15 /* Not worth backing with hugepages */ | ||
87 | 88 | ||
88 | /* compatibility flags */ | 89 | /* compatibility flags */ |
89 | #define MAP_FILE 0 | 90 | #define MAP_FILE 0 |