diff options
| author | Alan Cox <alc@FreeBSD.org> | 1999-05-17 00:53:56 +0000 |
|---|---|---|
| committer | Alan Cox <alc@FreeBSD.org> | 1999-05-17 00:53:56 +0000 |
| commit | e972780a114bdef5234e4c83b1908c69a899dc5a (patch) | |
| tree | c588774336a6661f82e6fe2ce2f62dcb82cbad53 /sys/vm/vm_map.h | |
| parent | 5e025bcf869cd8c5eaa9a7c7e19c5d25e761765d (diff) | |
Notes
Diffstat (limited to 'sys/vm/vm_map.h')
| -rw-r--r-- | sys/vm/vm_map.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/vm/vm_map.h b/sys/vm/vm_map.h index 2f07515f5ef3..cb9bb12cafd3 100644 --- a/sys/vm/vm_map.h +++ b/sys/vm/vm_map.h @@ -61,7 +61,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: vm_map.h,v 1.39 1999/05/14 23:09:34 alc Exp $ + * $Id: vm_map.h,v 1.40 1999/05/16 05:07:33 alc Exp $ */ /* @@ -308,6 +308,8 @@ vmspace_resident_count(struct vmspace *vmspace) #define MAP_UNUSED_01 0x1 #define MAP_COPY_ON_WRITE 0x2 #define MAP_NOFAULT 0x4 +#define MAP_PREFAULT 0x8 +#define MAP_PREFAULT_PARTIAL 0x10 /* * vm_fault option flags |
