svn commit: r242941 - in head/sys: sys vm

Andre Oppermann andre at freebsd.org
Tue Nov 13 07:49:53 UTC 2012


On 13.11.2012 03:50, Alan Cox wrote:
> Author: alc
> Date: Tue Nov 13 02:50:39 2012
> New Revision: 242941
> URL: http://svnweb.freebsd.org/changeset/base/242941
>
> Log:
>    Replace the single, global page queues lock with per-queue locks on the
>    active and inactive paging queues.

Hear hear!  Now if only the cache-poisining splay tree would
go as well...  I still have some patches that macrotize it
so it can rather easily be replaced with something else, eg.
an RB tree or such.

-- 
Andre



More information about the svn-src-all mailing list