diff options
author | alc <alc@FreeBSD.org> | 2012-05-20 18:25:45 +0000 |
---|---|---|
committer | alc <alc@FreeBSD.org> | 2012-05-20 18:25:45 +0000 |
commit | b52bde70e443ab8b540917742fd7a9cbd196af85 (patch) | |
tree | 4fb7115308318220492ac8aeedcb0a564c07a337 /contrib/diff/src/sdiff.c | |
parent | e6804cafc056a9e29431f787e33ad842fe2fee42 (diff) | |
download | FreeBSD-src-b52bde70e443ab8b540917742fd7a9cbd196af85.zip FreeBSD-src-b52bde70e443ab8b540917742fd7a9cbd196af85.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.
Reviewed by: kib
X-MFC after: r235598
Diffstat (limited to 'contrib/diff/src/sdiff.c')
0 files changed, 0 insertions, 0 deletions