summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include/pmap.h
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/amd64/include/pmap.h
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/amd64/include/pmap.h')
-rw-r--r--sys/amd64/include/pmap.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/amd64/include/pmap.h b/sys/amd64/include/pmap.h
index c597cb2..e4bd829 100644
--- a/sys/amd64/include/pmap.h
+++ b/sys/amd64/include/pmap.h
@@ -251,8 +251,6 @@ struct pmap {
pml4_entry_t *pm_pml4; /* KVA of level 4 page table */
TAILQ_HEAD(,pv_chunk) pm_pvchunk; /* list of mappings in pmap */
cpumask_t pm_active; /* active on cpus */
- uint32_t pm_gen_count; /* generation count (pmap lock dropped) */
- u_int pm_retries;
/* spare u_int here due to padding */
struct pmap_statistics pm_stats; /* pmap statistics */
vm_page_t pm_root; /* spare page table pages */
OpenPOWER on IntegriCloud