summaryrefslogtreecommitdiffstats
path: root/sys/sun4v
diff options
context:
space:
mode:
authoralc <alc@FreeBSD.org>2011-02-17 15:36:29 +0000
committeralc <alc@FreeBSD.org>2011-02-17 15:36:29 +0000
commit2f4da8e71efe2c607bdfa327d079c9088d2946be (patch)
tree687208f3c3e244874a52b3d66f4d856704482e84 /sys/sun4v
parent7cc094bd03bf8fd9f30266bd1b10041ec3bc27d0 (diff)
downloadFreeBSD-src-2f4da8e71efe2c607bdfa327d079c9088d2946be.zip
FreeBSD-src-2f4da8e71efe2c607bdfa327d079c9088d2946be.tar.gz
Remove pmap fields that are either unused or not fully implemented.
Discussed with: kib
Diffstat (limited to 'sys/sun4v')
-rw-r--r--sys/sun4v/include/pmap.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/sun4v/include/pmap.h b/sys/sun4v/include/pmap.h
index aa3f9e1..9c2c486 100644
--- a/sys/sun4v/include/pmap.h
+++ b/sys/sun4v/include/pmap.h
@@ -74,8 +74,6 @@ struct pmap {
struct tte_hash *pm_hash;
TAILQ_HEAD(,pv_entry) pm_pvlist; /* list of mappings in pmap */
struct hv_tsb_info pm_tsb;
- uint32_t pm_gen_count; /* generation count (pmap lock dropped) */
- u_int pm_retries;
cpumask_t pm_active; /* mask of cpus currently using pmap */
cpumask_t pm_tlbactive; /* mask of cpus that have used this pmap */
struct pmap_statistics pm_stats;
OpenPOWER on IntegriCloud