summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2002-03-19 12:15:29 +0000
committerpeter <peter@FreeBSD.org>2002-03-19 12:15:29 +0000
commitcd06717f4ba8781c15336affcc01a5f30e239e1e (patch)
tree3bef4f18c7f1daf346272c35e4d931afeae045ef /sys
parent83e5f607224eed5a9da34b933fb05edf42fa244e (diff)
downloadFreeBSD-src-cd06717f4ba8781c15336affcc01a5f30e239e1e.zip
FreeBSD-src-cd06717f4ba8781c15336affcc01a5f30e239e1e.tar.gz
#if 0 some unused variables (only in #if 0 code)
Diffstat (limited to 'sys')
-rw-r--r--sys/ia64/ia64/pmap.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/ia64/ia64/pmap.c b/sys/ia64/ia64/pmap.c
index cca7807..9571de1f 100644
--- a/sys/ia64/ia64/pmap.c
+++ b/sys/ia64/ia64/pmap.c
@@ -229,7 +229,9 @@ static vm_zone_t pvzone;
static struct vm_object pvzone_obj;
static int pv_entry_count = 0, pv_entry_max = 0, pv_entry_high_water = 0;
static int pmap_pagedaemon_waken = 0;
+#if 0
static struct pv_entry *pvinit;
+#endif
static struct pv_entry *pvbootentries;
static int pvbootnext, pvbootmax;
@@ -238,7 +240,9 @@ static int pvbootnext, pvbootmax;
*/
static vm_zone_t ptezone;
static struct vm_object ptezone_obj;
+#if 0
static struct ia64_lpte *pteinit;
+#endif
/*
* VHPT instrumentation.
OpenPOWER on IntegriCloud