summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include/pmap.h
diff options
context:
space:
mode:
authoralc <alc@FreeBSD.org>2003-09-27 20:53:01 +0000
committeralc <alc@FreeBSD.org>2003-09-27 20:53:01 +0000
commit738feed9c3f768276358e3c13863067cf6831a97 (patch)
tree6047a7e95f52d98c5f721ff9d7432884c86dc419 /sys/amd64/include/pmap.h
parent732b6aad5c017a0c1a6e430e45f6cd204f9d74a5 (diff)
downloadFreeBSD-src-738feed9c3f768276358e3c13863067cf6831a97.zip
FreeBSD-src-738feed9c3f768276358e3c13863067cf6831a97.tar.gz
Eliminate the pte object.
Diffstat (limited to 'sys/amd64/include/pmap.h')
-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 cb978a9..2224b94 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 */
OpenPOWER on IntegriCloud