Provide missing members for Book-E pmap (and fix build).

This commit is contained in:
Rafal Jaworowski 2010-05-18 21:23:51 +00:00
parent 842795abcc
commit f40cf6825f

View File

@ -125,6 +125,8 @@ struct pmap {
struct mtx pm_mtx; /* pmap mutex */
tlbtid_t pm_tid[MAXCPU]; /* TID to identify this pmap entries in TLB */
u_int pm_active; /* active on cpus */
uint32_t pm_gen_count; /* generation count (pmap lock dropped) */
u_int pm_retries;
int pm_refs; /* ref count */
struct pmap_statistics pm_stats; /* pmap statistics */