freebsd-src/sys/amd64
Alan Cox be816870fb 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
2012-05-20 18:25:45 +00:00
..
acpica Centralize declaration of the debug.acpi sysctl node. 2012-05-17 17:58:53 +00:00
amd64 Replace all uses of the vm page queues lock by a r/w lock that is private 2012-05-20 18:25:45 +00:00
compile
conf Add `options GEOM_RAID` into i386 and amd64 GENERIC kernels. 2012-05-10 12:37:32 +00:00
ia32
include Rename pmap_collect() to pmap_pv_reclaim() and rewrite it such that it no 2012-05-18 05:36:04 +00:00
linux32
pci
Makefile