summaryrefslogtreecommitdiffstats
path: root/sys/arm
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2011-02-09 14:37:33 +0000
committerjhb <jhb@FreeBSD.org>2011-02-09 14:37:33 +0000
commit059cd3cb74e3468a01de6ea273535f640bf38760 (patch)
treedf8aa15d8d8c41a0f7371d4c4785aaddb7a22e6a /sys/arm
parent5a89aa1d25bb6391c07005ce951b3307655f7035 (diff)
downloadFreeBSD-src-059cd3cb74e3468a01de6ea273535f640bf38760.zip
FreeBSD-src-059cd3cb74e3468a01de6ea273535f640bf38760.tar.gz
Whitespace tweak.
Diffstat (limited to 'sys/arm')
-rw-r--r--sys/arm/include/pmap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arm/include/pmap.h b/sys/arm/include/pmap.h
index 2a55075..9acd558 100644
--- a/sys/arm/include/pmap.h
+++ b/sys/arm/include/pmap.h
@@ -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 */
};
OpenPOWER on IntegriCloud