1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-10 14:02:43 +00:00

Fix spacing.

Noted by:	pgollucci
MFC after:	3 weeks
This commit is contained in:
Konstantin Belousov 2010-07-09 21:27:42 +00:00
parent 2610dbf59b
commit b543e91ba5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=209866

View File

@ -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) */