From mboxrd@z Thu Jan 1 00:00:00 1970 From: "David S. Miller" Date: Wed, 08 Dec 2004 21:26:27 +0000 Subject: Re: Anticipatory prefaulting in the page fault handler V1 Message-Id: <20041208132627.1c73177e.davem@davemloft.net> List-Id: References: <20041202101029.7fe8b303.cliffw@osdl.org> <200412080933.13396.jbarnes@engr.sgi.com> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Christoph Lameter Cc: jbarnes@engr.sgi.com, nickpiggin@yahoo.com.au, jgarzik@pobox.com, torvalds@osdl.org, hugh@veritas.com, benh@kernel.crashing.org, linux-mm@kvack.org, linux-ia64@vger.kernel.org, linux-kernel@vger.kernel.org On Wed, 8 Dec 2004 09:56:00 -0800 (PST) Christoph Lameter wrote: > A patch like this is important for applications that allocate and preset > large amounts of memory on startup. It will drastically reduce the startup > times. I see. Yet I noticed that while the patch makes system time decrease, for some reason the wall time is increasing with the patch applied. Why is that, or am I misreading your tables?