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/parisc/include | |
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/parisc/include')
-rw-r--r-- | arch/parisc/include/asm/mman.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/parisc/include/asm/mman.h b/arch/parisc/include/asm/mman.h index 9749c8afe83a..533c5dc173c1 100644 --- a/arch/parisc/include/asm/mman.h +++ b/arch/parisc/include/asm/mman.h | |||
@@ -59,6 +59,8 @@ | |||
59 | #define MADV_MERGEABLE 65 /* KSM may merge identical pages */ | 59 | #define MADV_MERGEABLE 65 /* KSM may merge identical pages */ |
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 */ | ||
63 | |||
62 | /* compatibility flags */ | 64 | /* compatibility flags */ |
63 | #define MAP_FILE 0 | 65 | #define MAP_FILE 0 |
64 | #define MAP_VARIABLE 0 | 66 | #define MAP_VARIABLE 0 |