Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 164401
b: refs/heads/master
c: d19f352
h: refs/heads/master
i:
  164399: 0a32c19
v: v3
  • Loading branch information
Hugh Dickins authored and Linus Torvalds committed Sep 22, 2009
1 parent 51168b5 commit 3c5e8da
Show file tree
Hide file tree
Showing 6 changed files with 16 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: 3866ea90d3635ddddcd77ce51087222ac7de85f2
refs/heads/master: d19f352484467a5e518639ddff0554669c10ffab
3 changes: 3 additions & 0 deletions trunk/arch/alpha/include/asm/mman.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@
#define MADV_DONTFORK 10 /* don't inherit across fork */
#define MADV_DOFORK 11 /* do inherit across fork */

#define MADV_MERGEABLE 12 /* KSM may merge identical pages */
#define MADV_UNMERGEABLE 13 /* KSM may not merge identical pages */

/* compatibility flags */
#define MAP_FILE 0

Expand Down
3 changes: 3 additions & 0 deletions trunk/arch/mips/include/asm/mman.h
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@
#define MADV_DONTFORK 10 /* don't inherit across fork */
#define MADV_DOFORK 11 /* do inherit across fork */

#define MADV_MERGEABLE 12 /* KSM may merge identical pages */
#define MADV_UNMERGEABLE 13 /* KSM may not merge identical pages */

/* compatibility flags */
#define MAP_FILE 0

Expand Down
3 changes: 3 additions & 0 deletions trunk/arch/parisc/include/asm/mman.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@
#define MADV_16M_PAGES 24 /* Use 16 Megabyte pages */
#define MADV_64M_PAGES 26 /* Use 64 Megabyte pages */

#define MADV_MERGEABLE 65 /* KSM may merge identical pages */
#define MADV_UNMERGEABLE 66 /* KSM may not merge identical pages */

/* compatibility flags */
#define MAP_FILE 0
#define MAP_VARIABLE 0
Expand Down
3 changes: 3 additions & 0 deletions trunk/arch/xtensa/include/asm/mman.h
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@
#define MADV_DONTFORK 10 /* don't inherit across fork */
#define MADV_DOFORK 11 /* do inherit across fork */

#define MADV_MERGEABLE 12 /* KSM may merge identical pages */
#define MADV_UNMERGEABLE 13 /* KSM may not merge identical pages */

/* compatibility flags */
#define MAP_FILE 0

Expand Down
3 changes: 3 additions & 0 deletions trunk/include/asm-generic/mman-common.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@
#define MADV_DONTFORK 10 /* don't inherit across fork */
#define MADV_DOFORK 11 /* do inherit across fork */

#define MADV_MERGEABLE 12 /* KSM may merge identical pages */
#define MADV_UNMERGEABLE 13 /* KSM may not merge identical pages */

/* compatibility flags */
#define MAP_FILE 0

Expand Down

0 comments on commit 3c5e8da

Please sign in to comment.