Eliminate an unused field from the pmap.

This commit is contained in:
Alan Cox 2008-04-30 06:05:36 +00:00
parent 49b2d728a8
commit 5c1eb1ac80
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=178688

View File

@ -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 */