summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_object.h
diff options
context:
space:
mode:
authoralc <alc@FreeBSD.org>1999-06-20 21:47:02 +0000
committeralc <alc@FreeBSD.org>1999-06-20 21:47:02 +0000
commit72c18c01ff96c52afa43173ccb123b3feaf1395f (patch)
treeabe01032141e872c8c34906e1187359a916b4ade /sys/vm/vm_object.h
parent24b8cb9aaa25c2ca99fb547bda3bfb21f890e3aa (diff)
downloadFreeBSD-src-72c18c01ff96c52afa43173ccb123b3feaf1395f.zip
FreeBSD-src-72c18c01ff96c52afa43173ccb123b3feaf1395f.tar.gz
Remove vm_object::cache_count and vm_object::wired_count. They are
not used. (Nor is there any planned use by John who introduced them.) Reviewed by: "John S. Dyson" <toor@dyson.iquest.net>
Diffstat (limited to 'sys/vm/vm_object.h')
-rw-r--r--sys/vm/vm_object.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/vm/vm_object.h b/sys/vm/vm_object.h
index 0fb7c5e..2bb42e1 100644
--- a/sys/vm/vm_object.h
+++ b/sys/vm/vm_object.h
@@ -61,7 +61,7 @@
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
*
- * $Id: vm_object.h,v 1.54 1999/02/08 19:00:15 dillon Exp $
+ * $Id: vm_object.h,v 1.55 1999/06/19 18:42:52 alc Exp $
*/
/*
@@ -100,8 +100,6 @@ struct vm_object {
u_short paging_in_progress; /* Paging (in or out) so don't collapse or destroy */
u_short behavior; /* see below */
int resident_page_count; /* number of resident pages */
- int cache_count; /* number of cached pages */
- int wire_count; /* number of wired pages */
struct vm_object *backing_object; /* object that I'm a shadow of */
vm_ooffset_t backing_object_offset;/* Offset in backing object */
vm_offset_t last_read; /* last read in object -- detect seq behavior */
OpenPOWER on IntegriCloud