Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 108564
b: refs/heads/master
c: cd98a04
h: refs/heads/master
v: v3
  • Loading branch information
Ingo Molnar authored and Linus Torvalds committed Aug 15, 2008
1 parent e541be5 commit 651b619
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 45edb89ffd6386f95a7a9e1e5461b0e61c76aa14
refs/heads/master: cd98a04a59e2f94fa64d5bf1e26498d27427d5e7
1 change: 1 addition & 0 deletions trunk/include/asm-x86/mman.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
#define MAP_NORESERVE 0x4000 /* don't check for reservations */
#define MAP_POPULATE 0x8000 /* populate (prefault) pagetables */
#define MAP_NONBLOCK 0x10000 /* do not block on IO */
#define MAP_STACK 0x20000 /* give out an address that is best suited for process/thread stacks */

#define MCL_CURRENT 1 /* lock all current mappings */
#define MCL_FUTURE 2 /* lock all future mappings */
Expand Down

0 comments on commit 651b619

Please sign in to comment.