aboutsummaryrefslogtreecommitdiff
path: root/sys/sparc64
diff options
context:
space:
mode:
authorAlan Cox <alc@FreeBSD.org>2011-02-17 15:36:29 +0000
committerAlan Cox <alc@FreeBSD.org>2011-02-17 15:36:29 +0000
commite6ffa2148848cc0c5e389eb2ff5656e537160896 (patch)
tree687208f3c3e244874a52b3d66f4d856704482e84 /sys/sparc64
parent3b5a03b1064559a8f2ad21b00a198f94a75ad498 (diff)
downloadsrc-e6ffa2148848cc0c5e389eb2ff5656e537160896.tar.gz
src-e6ffa2148848cc0c5e389eb2ff5656e537160896.zip
Remove pmap fields that are either unused or not fully implemented.
Discussed with: kib
Notes
Notes: svn path=/head/; revision=218773
Diffstat (limited to 'sys/sparc64')
-rw-r--r--sys/sparc64/include/pmap.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/sparc64/include/pmap.h b/sys/sparc64/include/pmap.h
index a1957243d119..e16ea9776029 100644
--- a/sys/sparc64/include/pmap.h
+++ b/sys/sparc64/include/pmap.h
@@ -62,8 +62,6 @@ struct pmap {
struct tte *pm_tsb;
vm_object_t pm_tsb_obj;
cpumask_t pm_active;
- uint32_t pm_gen_count; /* generation count (pmap lock dropped) */
- u_int pm_retries;
u_int pm_context[MAXCPU];
struct pmap_statistics pm_stats;
};