summaryrefslogtreecommitdiffstats
path: root/sys/ia64/include/pmap.h
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2010-05-19 00:23:10 +0000
committermarcel <marcel@FreeBSD.org>2010-05-19 00:23:10 +0000
commitb651ec8311fe5a47b48b420c1b7108503e0889ce (patch)
tree68a2bbc02d036218a4784642473b2d9a211e2d63 /sys/ia64/include/pmap.h
parent3d5feb1c8b7add6d8265ff5278c4cd30d4b6860d (diff)
downloadFreeBSD-src-b651ec8311fe5a47b48b420c1b7108503e0889ce.zip
FreeBSD-src-b651ec8311fe5a47b48b420c1b7108503e0889ce.tar.gz
Switch to C99 exact-width types.
Diffstat (limited to 'sys/ia64/include/pmap.h')
-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 ff059fd..31418b6 100644
--- a/sys/ia64/include/pmap.h
+++ b/sys/ia64/include/pmap.h
@@ -75,7 +75,7 @@ struct md_page {
struct pmap {
struct mtx pm_mtx;
TAILQ_HEAD(,pv_entry) pm_pvlist; /* list of mappings in pmap */
- u_int32_t pm_rid[5]; /* base RID for pmap */
+ uint32_t pm_rid[5]; /* base RID for pmap */
struct pmap_statistics pm_stats; /* pmap statistics */
uint32_t pm_gen_count; /* generation count (pmap lock dropped) */
u_int pm_retries;
OpenPOWER on IntegriCloud