summaryrefslogtreecommitdiff
path: root/sys/vm
diff options
context:
space:
mode:
authorMatthew Dillon <dillon@FreeBSD.org>1999-09-17 05:40:17 +0000
committerMatthew Dillon <dillon@FreeBSD.org>1999-09-17 05:40:17 +0000
commit3f873b513b301da43ea637b6e13ca9b2b1d8b994 (patch)
treeb1ca9967fd5673669e740a86d896a89da76ba76a /sys/vm
parent447deba3dadf866766beba0745bb6868241eaef6 (diff)
Notes
Diffstat (limited to 'sys/vm')
-rw-r--r--sys/vm/vm_map.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/vm/vm_map.h b/sys/vm/vm_map.h
index c5fbee562cbc..9a823d473b8f 100644
--- a/sys/vm/vm_map.h
+++ b/sys/vm/vm_map.h
@@ -109,6 +109,7 @@ struct vm_map_entry {
vm_prot_t max_protection; /* maximum protection */
vm_inherit_t inheritance; /* inheritance */
int wired_count; /* can be paged if = 0 */
+ vm_pindex_t lastr; /* last read */
};
#define MAP_ENTRY_UNUSED_01 0x1