mirror of
https://git.FreeBSD.org/src.git
synced 2025-02-04 17:15:50 +00:00
Whitespace tweak.
This commit is contained in:
parent
1115e138a9
commit
d7899b19f5
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=218482
@ -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 */
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user