summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authoralc <alc@FreeBSD.org>2008-04-30 06:05:36 +0000
committeralc <alc@FreeBSD.org>2008-04-30 06:05:36 +0000
commitfd0e2b332ee8ca7dc42768293f0fd7a9ead5fd71 (patch)
tree3a5342fbbe44698d74b785e7d6725d867fd6d4f8 /sys
parent9c7e61e4a752c3105f2f2f508fa248810d4a43cb (diff)
downloadFreeBSD-src-fd0e2b332ee8ca7dc42768293f0fd7a9ead5fd71.zip
FreeBSD-src-fd0e2b332ee8ca7dc42768293f0fd7a9ead5fd71.tar.gz
Eliminate an unused field from the pmap.
Diffstat (limited to 'sys')
-rw-r--r--sys/mips/include/pmap.h1
1 files changed, 0 insertions, 1 deletions
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 */
OpenPOWER on IntegriCloud