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 */
|
pd_entry_t *pm_segtab; /* KVA of segment table */
|
||||||
TAILQ_HEAD(, pv_entry)pm_pvlist; /* list of mappings in
|
TAILQ_HEAD(, pv_entry)pm_pvlist; /* list of mappings in
|
||||||
* pmap */
|
* pmap */
|
||||||
int pm_count; /* reference count */
|
|
||||||
int pm_active; /* active on cpus */
|
int pm_active; /* active on cpus */
|
||||||
struct {
|
struct {
|
||||||
u_int32_t asid:ASID_BITS; /* TLB address space tag */
|
u_int32_t asid:ASID_BITS; /* TLB address space tag */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user