diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/asm-parisc/mman.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-parisc/mman.h b/include/asm-parisc/mman.h index cab2285006d2..0ae731597f20 100644 --- a/include/asm-parisc/mman.h +++ b/include/asm-parisc/mman.h @@ -18,6 +18,8 @@ #define MAP_LOCKED 0x2000 /* pages are locked */ #define MAP_NORESERVE 0x4000 /* don't check for reservations */ #define MAP_GROWSDOWN 0x8000 /* stack-like segment */ +#define MAP_POPULATE 0x10000 /* populate (prefault) pagetables */ +#define MAP_NONBLOCK 0x20000 /* do not block on IO */ #define MS_SYNC 1 /* synchronous memory sync */ #define MS_ASYNC 2 /* sync memory asynchronously */ |
