]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Replace all uses of the vm page queues lock by a r/w lock that is private
authoralc <alc@FreeBSD.org>
Wed, 15 Aug 2012 22:51:01 +0000 (22:51 +0000)
committeralc <alc@FreeBSD.org>
Wed, 15 Aug 2012 22:51:01 +0000 (22:51 +0000)
commitf71a949eda23820a738a01c318963f0cdf3d97cf
tree5a836f6e2c03b24c03fbc706c974ae65b1315004
parentc2f7362d4818996325abef808c7b0aaab39ec1d7
Replace all uses of the vm page queues lock by a r/w lock that is private
to this pmap.

Tidy up the #include's.

Remove the (now) unused #define PMAP_SHPGPERPROC.  (This should have
been removed in r239236.)

Tested by: jchandra
sys/mips/mips/pmap.c