Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 230745
b: refs/heads/master
c: a826e42
h: refs/heads/master
i:
  230743: 6603367
v: v3
  • Loading branch information
Andrea Arcangeli authored and Linus Torvalds committed Jan 14, 2011
1 parent 32189d9 commit 05a28cf
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1c9bf22c09ae14d65225d9b9619b2eb357350cd7
refs/heads/master: a826e422420b461a6247137c292ff83c4800354a
2 changes: 2 additions & 0 deletions trunk/arch/alpha/include/asm/mman.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@
#define MADV_MERGEABLE 12 /* KSM may merge identical pages */
#define MADV_UNMERGEABLE 13 /* KSM may not merge identical pages */

#define MADV_HUGEPAGE 14 /* Worth backing with hugepages */

/* compatibility flags */
#define MAP_FILE 0

Expand Down
2 changes: 2 additions & 0 deletions trunk/arch/mips/include/asm/mman.h
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@
#define MADV_UNMERGEABLE 13 /* KSM may not merge identical pages */
#define MADV_HWPOISON 100 /* poison a page for testing */

#define MADV_HUGEPAGE 14 /* Worth backing with hugepages */

/* compatibility flags */
#define MAP_FILE 0

Expand Down
2 changes: 2 additions & 0 deletions trunk/arch/parisc/include/asm/mman.h
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@
#define MADV_MERGEABLE 65 /* KSM may merge identical pages */
#define MADV_UNMERGEABLE 66 /* KSM may not merge identical pages */

#define MADV_HUGEPAGE 67 /* Worth backing with hugepages */

/* compatibility flags */
#define MAP_FILE 0
#define MAP_VARIABLE 0
Expand Down
2 changes: 2 additions & 0 deletions trunk/arch/xtensa/include/asm/mman.h
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@
#define MADV_MERGEABLE 12 /* KSM may merge identical pages */
#define MADV_UNMERGEABLE 13 /* KSM may not merge identical pages */

#define MADV_HUGEPAGE 14 /* Worth backing with hugepages */

/* compatibility flags */
#define MAP_FILE 0

Expand Down
2 changes: 2 additions & 0 deletions trunk/include/asm-generic/mman-common.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@
#define MADV_MERGEABLE 12 /* KSM may merge identical pages */
#define MADV_UNMERGEABLE 13 /* KSM may not merge identical pages */

#define MADV_HUGEPAGE 14 /* Worth backing with hugepages */

/* compatibility flags */
#define MAP_FILE 0

Expand Down

0 comments on commit 05a28cf

Please sign in to comment.