From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23855 invoked by alias); 3 Oct 2002 22:05:41 -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 23839 invoked from network); 3 Oct 2002 22:05:41 -0000 Received: from unknown (HELO deimos.hpl.hp.com) (192.6.19.190) by sources.redhat.com with SMTP; 3 Oct 2002 22:05:41 -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 PAA19652; Thu, 3 Oct 2002 15:05:40 -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 g93M5dB17275; Thu, 3 Oct 2002 15:05:39 -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 g93M5dHW001022; Thu, 3 Oct 2002 15:05:39 -0700 Received: (from davidm@localhost) by napali.hpl.hp.com (8.12.3/8.12.3/Debian -4) id g93M5dZV001018; Thu, 3 Oct 2002 15:05:39 -0700 From: David Mosberger MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15772.48947.101500.167377@napali.hpl.hp.com> Date: Thu, 03 Oct 2002 15:30:00 -0000 To: Roland McGrath Cc: libc-hacker@sources.redhat.com, davidm@hpl.hp.com Subject: Re: [patch] add alloc_pages/free_pages support In-Reply-To: <200210032146.g93LkB119076@magilla.sf.frob.com> References: <15772.47660.333934.293189@napali.hpl.hp.com> <200210032146.g93LkB119076@magilla.sf.frob.com> Reply-To: davidm@hpl.hp.com X-SW-Source: 2002-10/txt/msg00024.txt.bz2 >>>>> On Thu, 3 Oct 2002 14:46:11 -0700, Roland McGrath said: Roland> I think gethugepagesize should return size_t rather than long int. Yeah, you're probably right. getpagesize() returns "int" but that doesn't work for gethugepagesize() since McKinley already supports 4GB huge pages. Uli, do you have any other feedback or are you OK with it? Thanks, --david