summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_object.h
diff options
context:
space:
mode:
authoralc <alc@FreeBSD.org>2002-12-19 20:01:22 +0000
committeralc <alc@FreeBSD.org>2002-12-19 20:01:22 +0000
commit5b0b01cd7cccd251ed7b3e5dfe30b7e8d5c4a1e6 (patch)
tree89b5c0cfbe1a90bac861fa611e00e5709ffed60a /sys/vm/vm_object.h
parent081cb688bad1fc757639ad2826e4da11a0f994fe (diff)
downloadFreeBSD-src-5b0b01cd7cccd251ed7b3e5dfe30b7e8d5c4a1e6.zip
FreeBSD-src-5b0b01cd7cccd251ed7b3e5dfe30b7e8d5c4a1e6.tar.gz
Remove the hash_rand field from struct vm_object. As of revision 1.215 of
vm/vm_page.c, it is unused.
Diffstat (limited to 'sys/vm/vm_object.h')
-rw-r--r--sys/vm/vm_object.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/vm/vm_object.h b/sys/vm/vm_object.h
index f1a5351..9f4e488 100644
--- a/sys/vm/vm_object.h
+++ b/sys/vm/vm_object.h
@@ -97,7 +97,6 @@ struct vm_object {
vm_pindex_t size; /* Object size */
int ref_count; /* How many refs?? */
int shadow_count; /* how many objects that this is a shadow for */
- int hash_rand; /* (c) hash table randomizer */
objtype_t type; /* type of pager */
u_short flags; /* see below */
u_short pg_color; /* (c) color of first page in obj */
OpenPOWER on IntegriCloud