aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-generic/mman-common.h
diff options
context:
space:
mode:
authorAndrea Arcangeli <aarcange@redhat.com>2011-01-13 15:47:17 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2011-01-13 17:32:47 -0800
commit1ddd6db43a08cba56c7ee920800980862086f1c3 (patch)
tree696b6d3c44832b08a55de8724b8539dacd96bd4c /include/asm-generic/mman-common.h
parentthp: compound_trans_order (diff)
downloadlinux-dev-1ddd6db43a08cba56c7ee920800980862086f1c3.tar.xz
linux-dev-1ddd6db43a08cba56c7ee920800980862086f1c3.zip
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 '')
-rw-r--r--include/asm-generic/mman-common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-generic/mman-common.h b/include/asm-generic/mman-common.h
index e91392fde4c6..787abbb6d867 100644
--- a/include/asm-generic/mman-common.h
+++ b/include/asm-generic/mman-common.h
@@ -46,6 +46,7 @@
#define MADV_UNMERGEABLE 13 /* KSM may not merge identical pages */
#define MADV_HUGEPAGE 14 /* Worth backing with hugepages */
+#define MADV_NOHUGEPAGE 15 /* Not worth backing with hugepages */
/* compatibility flags */
#define MAP_FILE 0