summaryrefslogtreecommitdiffstats
path: root/sys/sparc64/include/pmap.h
diff options
context:
space:
mode:
authorjake <jake@FreeBSD.org>2002-05-29 05:24:16 +0000
committerjake <jake@FreeBSD.org>2002-05-29 05:24:16 +0000
commit980c076c0cd51b2c15a302165f8d147442656786 (patch)
treefcb933128ff3b4e9a2b03f05db0538fa1de1280d /sys/sparc64/include/pmap.h
parentfec847a66d88f45ea96f70a119813ba29e9fb74b (diff)
downloadFreeBSD-src-980c076c0cd51b2c15a302165f8d147442656786.zip
FreeBSD-src-980c076c0cd51b2c15a302165f8d147442656786.tar.gz
Remove pmap.pm_pvlist and make the functions that use it no-ops. These are
all optimizations for architectures which have large sparse page tables, and/or can't put the pv linkage inside of the page table entries.
Diffstat (limited to 'sys/sparc64/include/pmap.h')
-rw-r--r--sys/sparc64/include/pmap.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/sparc64/include/pmap.h b/sys/sparc64/include/pmap.h
index 83ac113..8034d5d 100644
--- a/sys/sparc64/include/pmap.h
+++ b/sys/sparc64/include/pmap.h
@@ -66,7 +66,6 @@ struct md_page {
};
struct pmap {
- TAILQ_HEAD(,pv_entry) pm_pvlist;
struct tte *pm_tsb;
vm_object_t pm_tsb_obj;
u_int pm_active;
OpenPOWER on IntegriCloud