summaryrefslogtreecommitdiff
path: root/sys/arch/m88k/include/pmap.h
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2005-12-02 21:16:46 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2005-12-02 21:16:46 +0000
commit5e788f867774c7135a767901c7bb102f7cadfe52 (patch)
tree1515f96835097bfedfc950200b882091ecd830de /sys/arch/m88k/include/pmap.h
parenta34f0b9990838d93085d02cd87ed14024aa8ffa9 (diff)
Better choice of types for struct pmap members and cmmu functions;
no functional change.
Diffstat (limited to 'sys/arch/m88k/include/pmap.h')
-rw-r--r--sys/arch/m88k/include/pmap.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/m88k/include/pmap.h b/sys/arch/m88k/include/pmap.h
index 6c26c4095c6..72f0dca4047 100644
--- a/sys/arch/m88k/include/pmap.h
+++ b/sys/arch/m88k/include/pmap.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: pmap.h,v 1.6 2005/12/01 22:24:49 miod Exp $ */
+/* $OpenBSD: pmap.h,v 1.7 2005/12/02 21:16:45 miod Exp $ */
/*
* Mach Operating System
* Copyright (c) 1991 Carnegie Mellon University
@@ -23,7 +23,7 @@
struct pmap {
sdt_entry_t *pm_stab; /* virtual pointer to sdt */
- u_int32_t pm_apr;
+ apr_t pm_apr;
int pm_count; /* reference count */
/* cpus using of this pmap; NCPU must be <= 32 */
u_int32_t pm_cpus;