Fix spacing.
Noted by: pgollucci MFC after: 3 weeks
This commit is contained in:
parent
798f7ab69e
commit
c497cd3792
@ -417,7 +417,7 @@ struct pmap {
|
||||
struct mtx pm_mtx;
|
||||
pd_entry_t *pm_pdir; /* KVA of page directory */
|
||||
TAILQ_HEAD(,pv_chunk) pm_pvchunk; /* list of mappings in pmap */
|
||||
cpumask_t pm_active; /* active on cpus */
|
||||
cpumask_t pm_active; /* active on cpus */
|
||||
struct pmap_statistics pm_stats; /* pmap statistics */
|
||||
LIST_ENTRY(pmap) pm_list; /* List of all pmaps */
|
||||
uint32_t pm_gen_count; /* generation count (pmap lock dropped) */
|
||||
|
Loading…
Reference in New Issue
Block a user