diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2010-11-11 19:39:38 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2010-11-11 19:39:38 +0000 |
| commit | 5af5e9479e59c61b48a6d1119f32079e74f566a7 (patch) | |
| tree | 9d6a1f4196ebaa9c1619f03b423746911fc79181 /sys/arm | |
| parent | db08aa24d4732eef9cb8fa2ae77a979828a129fd (diff) | |
Notes
Diffstat (limited to 'sys/arm')
| -rw-r--r-- | sys/arm/include/pmap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arm/include/pmap.h b/sys/arm/include/pmap.h index 8ee7bac27e23..25971b154433 100644 --- a/sys/arm/include/pmap.h +++ b/sys/arm/include/pmap.h @@ -134,7 +134,7 @@ struct pmap { struct l1_ttable *pm_l1; struct l2_dtable *pm_l2[L2_SIZE]; pd_entry_t *pm_pdir; /* KVA of page directory */ - int 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 */ }; |
