From mboxrd@z Thu Jan 1 00:00:00 1970 From: "David S. Miller" Date: Thu, 24 Mar 2005 19:03:36 +0000 Subject: Re: [PATCH] add a clear_pages function to clear pages of higher Message-Id: <20050324110336.488241c4.davem@davemloft.net> List-Id: References: <200503111008.12134.vda@port.imtp.ilyichevsk.odessa.ua> <200503181154.37414.vda@port.imtp.ilyichevsk.odessa.ua> <20050318192808.GB38053@muc.de> <16963.2075.713737.485070@napali.hpl.hp.com> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Christoph Lameter Cc: davidm@hpl.hp.com, ak@muc.de, clameter@sgi.com, vda@port.imtp.ilyichevsk.odessa.ua, haveblue@us.ibm.com, akpm@osdl.org, linux-kernel@vger.kernel.org, mel@csn.ul.ie, linux-ia64@vger.kernel.org, Jens.Maurer@gmx.net On Thu, 24 Mar 2005 10:41:06 -0800 (PST) Christoph Lameter wrote: > So it would be useful to have > > clear_page -> Temporal. Only zaps one page > > and > > clear_pages -> Zaps arbitrary order of page non-temporal > > > Rework the clear_pages patch to do just that? Maybe rename clear_pages > clear_pages_nt? > > prep_zero_page would use a temporal clear for an order 0 page but a > nontemporal clear for higher order pages. That sounds about right to me. Hmmm, I'm inspired to experiment with this on sparc64 a bit. :-)