diff options
author | kib <kib@FreeBSD.org> | 2010-07-09 21:27:42 +0000 |
---|---|---|
committer | kib <kib@FreeBSD.org> | 2010-07-09 21:27:42 +0000 |
commit | c497cd3792b4bca40349c51f22dfd4c77c77ec9f (patch) | |
tree | c7d325ffacf61cba057f3a2d136eff7a6349b420 | |
parent | 798f7ab69e46d82d0672529ff51f8b141d37c764 (diff) | |
download | FreeBSD-src-c497cd3792b4bca40349c51f22dfd4c77c77ec9f.zip FreeBSD-src-c497cd3792b4bca40349c51f22dfd4c77c77ec9f.tar.gz |
Fix spacing.
Noted by: pgollucci
MFC after: 3 weeks
-rw-r--r-- | sys/i386/include/pmap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i386/include/pmap.h b/sys/i386/include/pmap.h index df73e88..440735b 100644 --- a/sys/i386/include/pmap.h +++ b/sys/i386/include/pmap.h @@ -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) */ |