From owner-svn-src-head@FreeBSD.ORG Tue Nov 13 07:49:53 2012 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CF4DB7D8 for ; Tue, 13 Nov 2012 07:49:53 +0000 (UTC) (envelope-from andre@freebsd.org) Received: from c00l3r.networx.ch (c00l3r.networx.ch [62.48.2.2]) by mx1.freebsd.org (Postfix) with ESMTP id 5A7858FC16 for ; Tue, 13 Nov 2012 07:49:52 +0000 (UTC) Received: (qmail 23217 invoked from network); 13 Nov 2012 09:24:00 -0000 Received: from c00l3r.networx.ch (HELO [127.0.0.1]) ([62.48.2.2]) (envelope-sender ) by c00l3r.networx.ch (qmail-ldap-1.03) with SMTP for ; 13 Nov 2012 09:24:00 -0000 Message-ID: <50A1FB96.3050300@freebsd.org> Date: Tue, 13 Nov 2012 08:49:42 +0100 From: Andre Oppermann User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:16.0) Gecko/20121010 Thunderbird/16.0.1 MIME-Version: 1.0 To: Alan Cox Subject: Re: svn commit: r242941 - in head/sys: sys vm References: <201211130250.qAD2odEw065268@svn.freebsd.org> In-Reply-To: <201211130250.qAD2odEw065268@svn.freebsd.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Nov 2012 07:49:53 -0000 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