summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Cox <alc@FreeBSD.org>2008-04-30 06:05:36 +0000
committerAlan Cox <alc@FreeBSD.org>2008-04-30 06:05:36 +0000
commit5c1eb1ac80b204bc40081b2001c24e53084d6142 (patch)
tree3a5342fbbe44698d74b785e7d6725d867fd6d4f8
parent49b2d728a8dd7dd19b686aac45be37275188cf41 (diff)
Notes
-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 994669e4ed6e..21513486eb37 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 */