aboutsummaryrefslogtreecommitdiff
path: root/sys/mips/include
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2010-08-11 23:22:53 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2010-08-11 23:22:53 +0000
commit60c7b36b7a05db2d4c76913198928de944d28e2a (patch)
tree249552957600878d34538b3e89363e53ac6d8b92 /sys/mips/include
parentc031c93b5d972386b21cc507bc2fbacf5490a4df (diff)
Notes
Diffstat (limited to 'sys/mips/include')
-rw-r--r--sys/mips/include/pmap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/mips/include/pmap.h b/sys/mips/include/pmap.h
index 0b4ef8adf0dc..4b3f69f85c38 100644
--- a/sys/mips/include/pmap.h
+++ b/sys/mips/include/pmap.h
@@ -81,7 +81,7 @@ struct pmap {
* pmap */
uint32_t pm_gen_count; /* generation count (pmap lock dropped) */
u_int pm_retries;
- int pm_active; /* active on cpus */
+ cpumask_t pm_active; /* active on cpus */
struct {
u_int32_t asid:ASID_BITS; /* TLB address space tag */
u_int32_t gen:ASIDGEN_BITS; /* its generation number */