diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/asm-arm/mman.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-arm/mman.h b/include/asm-arm/mman.h index 0c72de97d419..044a5ef62548 100644 --- a/include/asm-arm/mman.h +++ b/include/asm-arm/mman.h @@ -18,6 +18,8 @@ #define MAP_EXECUTABLE 0x1000 /* mark it as an executable */ #define MAP_LOCKED 0x2000 /* pages are locked */ #define MAP_NORESERVE 0x4000 /* don't check for reservations */ +#define MAP_POPULATE 0x8000 /* populate (prefault) page tables */ +#define MAP_NONBLOCK 0x10000 /* do not block on IO */ #define MS_ASYNC 1 /* sync memory asynchronously */ #define MS_INVALIDATE 2 /* invalidate the caches */ |
