diff options
author | alc <alc@FreeBSD.org> | 2012-05-27 16:24:00 +0000 |
---|---|---|
committer | alc <alc@FreeBSD.org> | 2012-05-27 16:24:00 +0000 |
commit | 98add470fa559517dfb96ccb9a207a9478b244db (patch) | |
tree | e6e6658e527837e8fcb291327c528388f4fa0df8 /sys/ia64 | |
parent | 1690c6b1c4bc8bc3a23b6785748d01166ece86a6 (diff) | |
download | FreeBSD-src-98add470fa559517dfb96ccb9a207a9478b244db.zip FreeBSD-src-98add470fa559517dfb96ccb9a207a9478b244db.tar.gz |
Replace all uses of the vm page queues lock by a r/w lock that is private
to this pmap.c. This new r/w lock is used primarily to synchronize access
to the PV lists. However, it will be used in a somewhat unconventional
way. As finer-grained PV list locking is added to each of the pmap
functions that acquire this r/w lock, its acquisition will be changed from
write to read, enabling concurrent execution of the pmap functions with
finer-grained locking.
X-MFC after: r236045
Diffstat (limited to 'sys/ia64')
0 files changed, 0 insertions, 0 deletions