From fd0e2b332ee8ca7dc42768293f0fd7a9ead5fd71 Mon Sep 17 00:00:00 2001 From: alc Date: Wed, 30 Apr 2008 06:05:36 +0000 Subject: Eliminate an unused field from the pmap. --- sys/mips/include/pmap.h | 1 - 1 file changed, 1 deletion(-) (limited to 'sys/mips/include/pmap.h') diff --git a/sys/mips/include/pmap.h b/sys/mips/include/pmap.h index 994669e..2151348 100644 --- a/sys/mips/include/pmap.h +++ b/sys/mips/include/pmap.h @@ -92,7 +92,6 @@ struct pmap { pd_entry_t *pm_segtab; /* KVA of segment table */ TAILQ_HEAD(, pv_entry)pm_pvlist; /* list of mappings in * pmap */ - int pm_count; /* reference count */ int pm_active; /* active on cpus */ struct { u_int32_t asid:ASID_BITS; /* TLB address space tag */ -- cgit v1.1