aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/include
diff options
context:
space:
mode:
authorAlan Cox <alc@FreeBSD.org>2003-09-27 20:53:01 +0000
committerAlan Cox <alc@FreeBSD.org>2003-09-27 20:53:01 +0000
commit9060731130ccd5e22681fbe5cf85735f6cde41b7 (patch)
tree6047a7e95f52d98c5f721ff9d7432884c86dc419 /sys/amd64/include
parent9aa1994ce80820e3cf850d48ee3602fb58a582a1 (diff)
downloadsrc-9060731130ccd5e22681fbe5cf85735f6cde41b7.tar.gz
src-9060731130ccd5e22681fbe5cf85735f6cde41b7.zip
Eliminate the pte object.
Notes
Notes: svn path=/head/; revision=120525
Diffstat (limited to 'sys/amd64/include')
-rw-r--r--sys/amd64/include/pmap.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/amd64/include/pmap.h b/sys/amd64/include/pmap.h
index cb978a95e629..2224b94f066a 100644
--- a/sys/amd64/include/pmap.h
+++ b/sys/amd64/include/pmap.h
@@ -219,7 +219,6 @@ struct md_page {
struct pmap {
pml4_entry_t *pm_pml4; /* KVA of level 4 page table */
- vm_object_t pm_pteobj; /* Container for pte's */
TAILQ_HEAD(,pv_entry) pm_pvlist; /* list of mappings in pmap */
u_long pm_active; /* active on cpus */
struct pmap_statistics pm_stats; /* pmap statistics */