summaryrefslogtreecommitdiffstats
path: root/sys/alpha/include/pmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/alpha/include/pmap.h')
-rw-r--r--sys/alpha/include/pmap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/alpha/include/pmap.h b/sys/alpha/include/pmap.h
index de59b66..886627c 100644
--- a/sys/alpha/include/pmap.h
+++ b/sys/alpha/include/pmap.h
@@ -178,7 +178,7 @@ struct pmap {
struct {
u_int32_t asn:8; /* address space number */
u_int32_t gen:24; /* generation number */
- } pm_asn[NCPUS];
+ } pm_asn[MAXCPU];
struct pmap_statistics pm_stats; /* pmap statistics */
struct vm_page *pm_ptphint; /* pmap ptp hint */
};
OpenPOWER on IntegriCloud