summaryrefslogtreecommitdiffstats
path: root/sys/i386/include/pmap.h
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2002-02-25 21:42:23 +0000
committerpeter <peter@FreeBSD.org>2002-02-25 21:42:23 +0000
commitf9abbb56a5f7156a7c3823ed534b2198d4c0fae2 (patch)
treef9a63401353f22c690ee0a283e19afbc2cc03346 /sys/i386/include/pmap.h
parentf16ad55600a1d16e7df3557c71bffc3942a30756 (diff)
downloadFreeBSD-src-f9abbb56a5f7156a7c3823ed534b2198d4c0fae2.zip
FreeBSD-src-f9abbb56a5f7156a7c3823ed534b2198d4c0fae2.tar.gz
Tidy up some warnings
Diffstat (limited to 'sys/i386/include/pmap.h')
-rw-r--r--sys/i386/include/pmap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i386/include/pmap.h b/sys/i386/include/pmap.h
index 7358a9e..cb5a24d 100644
--- a/sys/i386/include/pmap.h
+++ b/sys/i386/include/pmap.h
@@ -151,7 +151,7 @@ extern pt_entry_t PTmap[], APTmap[];
extern pd_entry_t PTD[], APTD[];
extern pd_entry_t PTDpde, APTDpde;
-extern pd_entry_t IdlePTD; /* physical address of "Idle" state directory */
+extern pd_entry_t *IdlePTD; /* physical address of "Idle" state directory */
#endif
#ifdef _KERNEL
OpenPOWER on IntegriCloud