From 4629292adeef64799589e5efa2613d2cba7948c8 Mon Sep 17 00:00:00 2001 From: Matthew Wilcox Date: Wed, 6 Nov 2002 16:12:57 -0800 Subject: [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 --- include/asm-parisc/mman.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') 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 */ -- cgit v1.2.3