aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorAlan Cox <alc@FreeBSD.org>2006-07-15 07:24:30 +0000
committerAlan Cox <alc@FreeBSD.org>2006-07-15 07:24:30 +0000
commitd3dd65ab60146fce5d1d9d2ceeddd2992d086059 (patch)
tree4b1fa59cde3669fa7299e8418cb9b6c4d445b0f9 /sys
parent27ea29536cb0118c8171ea76d1437f7985dc246e (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/i386/i386/pmap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i386/i386/pmap.c b/sys/i386/i386/pmap.c
index 7bbab0259176..7814e8e734fe 100644
--- a/sys/i386/i386/pmap.c
+++ b/sys/i386/i386/pmap.c
@@ -1600,7 +1600,7 @@ pv_to_chunk(pv_entry_t pv)
#define PC_FREE0_9 0xfffffffful /* Free values for index 0 through 9 */
#define PC_FREE10 0x0000fffful /* Free values for index 10 */
-static uint64_t pc_freemask[11] = {
+static uint32_t pc_freemask[11] = {
PC_FREE0_9, PC_FREE0_9, PC_FREE0_9,
PC_FREE0_9, PC_FREE0_9, PC_FREE0_9,
PC_FREE0_9, PC_FREE0_9, PC_FREE0_9,