summaryrefslogtreecommitdiffstats
path: root/sys/ia64/include
diff options
context:
space:
mode:
authoralc <alc@FreeBSD.org>2010-12-01 05:52:27 +0000
committeralc <alc@FreeBSD.org>2010-12-01 05:52:27 +0000
commitde534f68878e535c6f9bd447f194608d26b5c5cb (patch)
treebd8c1d887bcd1d552f39063ae822584a57fec357 /sys/ia64/include
parent98b56bfee9a565ff9be12be4b573a76ecbb1fa00 (diff)
downloadFreeBSD-src-de534f68878e535c6f9bd447f194608d26b5c5cb.zip
FreeBSD-src-de534f68878e535c6f9bd447f194608d26b5c5cb.tar.gz
phys_avail[] is correctly defined as an array of vm_paddr_t's in
machdep.c. Use that same type, and not vm_offset_t, in this include file.
Diffstat (limited to 'sys/ia64/include')
-rw-r--r--sys/ia64/include/pmap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/ia64/include/pmap.h b/sys/ia64/include/pmap.h
index 31418b6..0aa4029 100644
--- a/sys/ia64/include/pmap.h
+++ b/sys/ia64/include/pmap.h
@@ -112,7 +112,7 @@ typedef struct pv_entry {
#ifdef _KERNEL
-extern vm_offset_t phys_avail[];
+extern vm_paddr_t phys_avail[];
extern vm_offset_t virtual_avail;
extern vm_offset_t virtual_end;
OpenPOWER on IntegriCloud