diff options
| author | Matthew Wilcox <willy@debian.org> | 2002-11-06 16:12:57 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.transmeta.com> | 2002-11-06 16:12:57 -0800 |
| commit | 4629292adeef64799589e5efa2613d2cba7948c8 (patch) | |
| tree | 61bfbbc43c76c2ddb7031aa94823e5e5a762b3c7 /include | |
| parent | 2c4618541ac5c3c3d15f544e1ef4c018c9c503be (diff) | |
[PATCH] misc updates
- CREDITS & MAINTAINERS updates
- changes for the new kstat/dkstat struct
- Kconfig updates
- L_TARGET isn't obsolete yet
- fix the sys_truncate/truncate64 issue properly this time
- add MAP_POPULATE & MAP_NONBLOCK definitions
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 */ |
