1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-02-04 17:15:50 +00:00

Whitespace tweak.

This commit is contained in:
John Baldwin 2011-02-09 14:37:33 +00:00
parent 1115e138a9
commit d7899b19f5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=218482

View File

@ -136,7 +136,7 @@ struct pmap {
pd_entry_t *pm_pdir; /* KVA of page directory */
uint32_t pm_gen_count; /* generation count (pmap lock dropped) */
u_int pm_retries;
cpumask_t pm_active; /* active on cpus */
cpumask_t pm_active; /* active on cpus */
struct pmap_statistics pm_stats; /* pmap statictics */
TAILQ_HEAD(,pv_entry) pm_pvlist; /* list of mappings in pmap */
};