Eliminate an unused field from the pmap.
This commit is contained in:
parent
49b2d728a8
commit
5c1eb1ac80
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user