From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6462 invoked by alias); 3 Oct 2002 21:44:15 -0000 Mailing-List: contact libc-hacker-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-hacker-owner@sources.redhat.com Received: (qmail 6446 invoked from network); 3 Oct 2002 21:44:14 -0000 Received: from unknown (HELO deimos.hpl.hp.com) (192.6.19.190) by sources.redhat.com with SMTP; 3 Oct 2002 21:44:14 -0000 Received: from hplms2.hpl.hp.com (hplms2.hpl.hp.com [15.0.152.33]) by deimos.hpl.hp.com (8.9.3 (PHNE_24419)/HPL-PA Relay) with ESMTP id OAA17734; Thu, 3 Oct 2002 14:44:13 -0700 (PDT) Received: from napali.hpl.hp.com (napali.hpl.hp.com [15.4.89.123]) by hplms2.hpl.hp.com (8.10.2/8.10.2 HPL-PA Hub) with ESMTP id g93LiCB15404; Thu, 3 Oct 2002 14:44:12 -0700 (PDT) Received: from napali.hpl.hp.com (napali [127.0.0.1]) by napali.hpl.hp.com (8.12.3/8.12.3/Debian -4) with ESMTP id g93LiCHW000818; Thu, 3 Oct 2002 14:44:12 -0700 Received: (from davidm@localhost) by napali.hpl.hp.com (8.12.3/8.12.3/Debian -4) id g93LiC3H000814; Thu, 3 Oct 2002 14:44:12 -0700 From: David Mosberger MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15772.47660.333934.293189@napali.hpl.hp.com> Date: Thu, 03 Oct 2002 15:05:00 -0000 To: Ulrich Drepper Cc: davidm@hpl.hp.com, libc-hacker@sources.redhat.com Subject: Re: [patch] add alloc_pages/free_pages support In-Reply-To: <3D9BEF31.7050101@redhat.com> References: <200210030703.g9373MV6020484@napali.hpl.hp.com> <3D9BEF31.7050101@redhat.com> Reply-To: davidm@hpl.hp.com X-SW-Source: 2002-10/txt/msg00023.txt.bz2 I just resent the hugepage patch with a small change. The mail escaped before I had a chance to describe what changed: The only change in the followup patch is that the spelling of "HugePageSize" is changed to "Hugepagesize" (getsysstats.c). This is so we're in sync with the (forthcoming) kernel. Thanks, --david