From b543e91ba5678e60f8a6b612d473365c8fa83648 Mon Sep 17 00:00:00 2001 From: Konstantin Belousov Date: Fri, 9 Jul 2010 21:27:42 +0000 Subject: [PATCH] Fix spacing. Noted by: pgollucci MFC after: 3 weeks --- sys/i386/include/pmap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/i386/include/pmap.h b/sys/i386/include/pmap.h index df73e887233c..440735be430f 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) */