From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Lameter Subject: Re: [13/17] Virtual compound page freeing in interrupt context Date: Thu, 20 Sep 2007 10:50:21 -0700 (PDT) Message-ID: References: <20070919033605.785839297@sgi.com> <20070919033643.306595969@sgi.com> <200709190636.59631.nickpiggin@yahoo.com.au> Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: Christoph Hellwig , Mel Gorman , linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, David Chinner , Jens Axboe To: Nick Piggin Return-path: In-Reply-To: <200709190636.59631.nickpiggin@yahoo.com.au> Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org On Wed, 19 Sep 2007, Nick Piggin wrote: > > Removing a virtual mappping *must* be done with interrupts enabled > > since tlb_xx functions are called that rely on interrupts for > > processor to processor communications. > > These things will clash drastically with my lazy TLB flushing and scalability > work. Actually the lazy TLB flushing will provide a natural way to defer > unmapping at interrupt time, and the scalability work should make it > easier to vmap from interrupt context too, if you really need that. Both would be good to have.