Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 230810
b: refs/heads/master
c: 1ddd6db
h: refs/heads/master
v: v3
  • Loading branch information
Andrea Arcangeli authored and Linus Torvalds committed Jan 14, 2011
1 parent ba04ccc commit 9b781c9
Show file tree
Hide file tree
Showing 6 changed files with 6 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: 37c2ac7872a9387542616f658d20ac25f5bdb32e
refs/heads/master: 1ddd6db43a08cba56c7ee920800980862086f1c3
1 change: 1 addition & 0 deletions trunk/arch/alpha/include/asm/mman.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,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
Expand Down
1 change: 1 addition & 0 deletions trunk/arch/mips/include/asm/mman.h
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@
#define MADV_HWPOISON 100 /* poison a page for testing */

#define MADV_HUGEPAGE 14 /* Worth backing with hugepages */
#define MADV_NOHUGEPAGE 15 /* Not worth backing with hugepages */

/* compatibility flags */
#define MAP_FILE 0
Expand Down
1 change: 1 addition & 0 deletions trunk/arch/parisc/include/asm/mman.h
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
#define MADV_UNMERGEABLE 66 /* KSM may not merge identical pages */

#define MADV_HUGEPAGE 67 /* Worth backing with hugepages */
#define MADV_NOHUGEPAGE 68 /* Not worth backing with hugepages */

/* compatibility flags */
#define MAP_FILE 0
Expand Down
1 change: 1 addition & 0 deletions trunk/arch/xtensa/include/asm/mman.h
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,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
Expand Down
1 change: 1 addition & 0 deletions trunk/include/asm-generic/mman-common.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9b781c9

Please sign in to comment.