diff options
author | Jake Burkholder <jake@FreeBSD.org> | 2002-05-29 05:24:16 +0000 |
---|---|---|
committer | Jake Burkholder <jake@FreeBSD.org> | 2002-05-29 05:24:16 +0000 |
commit | b08270ba0f2ed716ab9db60b362fc0ba0a62ae29 (patch) | |
tree | fcb933128ff3b4e9a2b03f05db0538fa1de1280d /sys/sparc64/include/pmap.h | |
parent | 60c6f9b33236da82b6c2fee94347a0194b5df641 (diff) |
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.
Notes
Notes:
svn path=/head/; revision=97444
Diffstat (limited to 'sys/sparc64/include/pmap.h')
-rw-r--r-- | sys/sparc64/include/pmap.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/sparc64/include/pmap.h b/sys/sparc64/include/pmap.h index 83ac113fb161..8034d5d2e06a 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; |