Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S267585AbUJRTMS (ORCPT ); Mon, 18 Oct 2004 15:12:18 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S267576AbUJRTMI (ORCPT ); Mon, 18 Oct 2004 15:12:08 -0400 Received: from cantor.suse.de ([195.135.220.2]:35221 "EHLO Cantor.suse.de") by vger.kernel.org with ESMTP id S267535AbUJRTJj (ORCPT ); Mon, 18 Oct 2004 15:09:39 -0400 Date: Mon, 18 Oct 2004 21:06:51 +0200 From: Andi Kleen To: Matthew Wilcox Cc: mkp@wildopensource.com, linux-kernel@vger.kernel.org, linux-ia64@vger.kernel.org, akpm@osdl.org, tony.luck@intel.com Subject: Re: [PATCH] General purpose zeroed page slab Message-Id: <20041018210651.66c3ab44.ak@suse.de> In-Reply-To: <20041018184210.GI16153@parcelfarce.linux.theplanet.co.uk> References: <20041014180427.GA7973@wotan.suse.de> <20041018184210.GI16153@parcelfarce.linux.theplanet.co.uk> X-Mailer: Sylpheed version 0.9.11 (GTK+ 1.2.10; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 619 Lines: 16 On Mon, 18 Oct 2004 19:42:10 +0100 Matthew Wilcox wrote: > I disagree with Andi over the dumbness > of zeroing the whole page. That makes it cache-hot, which is what you > want from a page you allocate from slab. Not for a page table, which tends to be not fully used. It would be true for a user page, but that doesn't use this mechanism anyways. -Andi - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/