diff options
author | Andrea Arcangeli <aarcange@redhat.com> | 2011-01-13 18:46:31 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-01-13 20:32:38 -0500 |
commit | a826e422420b461a6247137c292ff83c4800354a (patch) | |
tree | 803e3aeb39606e2fe58daa238c454b335aa25cbc /arch/mips | |
parent | 1c9bf22c09ae14d65225d9b9619b2eb357350cd7 (diff) |
thp: mm: define MADV_HUGEPAGE
Define MADV_HUGEPAGE.
Signed-off-by: Andrea Arcangeli <aarcange@redhat.com>
Acked-by: Rik van Riel <riel@redhat.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Mel Gorman <mel@csn.ul.ie>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/mips')
-rw-r--r-- | arch/mips/include/asm/mman.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/include/asm/mman.h b/arch/mips/include/asm/mman.h index c892bfb3e2c1..9d8184c527ff 100644 --- a/arch/mips/include/asm/mman.h +++ b/arch/mips/include/asm/mman.h | |||
@@ -77,6 +77,8 @@ | |||
77 | #define MADV_UNMERGEABLE 13 /* KSM may not merge identical pages */ | 77 | #define MADV_UNMERGEABLE 13 /* KSM may not merge identical pages */ |
78 | #define MADV_HWPOISON 100 /* poison a page for testing */ | 78 | #define MADV_HWPOISON 100 /* poison a page for testing */ |
79 | 79 | ||
80 | #define MADV_HUGEPAGE 14 /* Worth backing with hugepages */ | ||
81 | |||
80 | /* compatibility flags */ | 82 | /* compatibility flags */ |
81 | #define MAP_FILE 0 | 83 | #define MAP_FILE 0 |
82 | 84 | ||