From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32661 invoked by alias); 9 Mar 2007 04:36:54 -0000 Received: (qmail 32653 invoked by uid 22791); 9 Mar 2007 04:36:53 -0000 X-Spam-Check-By: sourceware.org Received: from 74-93-104-97-Washington.hfc.comcastbusiness.net (HELO sunset.davemloft.net) (74.93.104.97) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 09 Mar 2007 04:36:49 +0000 Received: from localhost (localhost [127.0.0.1]) by sunset.davemloft.net (Postfix) with ESMTP id CF87EAE40D1; Thu, 8 Mar 2007 20:36:48 -0800 (PST) Date: Fri, 09 Mar 2007 04:36:00 -0000 Message-Id: <20070308.203648.55723413.davem@davemloft.net> To: hpa@zytor.com Cc: anton@samba.org, hch@infradead.org, arjan@infradead.org, zippel@linux-m68k.org, dmlb2000@gmail.com, linux-kernel@vger.kernel.org, gdb@sourceware.org Subject: Re: PAGE_SIZE Availability Inconsistency From: David Miller In-Reply-To: <45F0E309.70403@zytor.com> References: <45F0E014.8060907@zytor.com> <20070308.202718.68040662.davem@davemloft.net> <45F0E309.70403@zytor.com> X-Mailer: Mew version 5.1.52 on Emacs 21.4 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2007-03/txt/msg00154.txt.bz2 From: "H. Peter Anvin" Date: Thu, 08 Mar 2007 20:31:05 -0800 > The advantage would be that it wouldn't require a v3 for platforms for > which MIN_PAGE_SIZE == PAGE_SIZE, which accounts for a very large > percentage of systems. > > You still have to look for the darn magic in two places, so there is no > reason for it to be different. Good point.