From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23864 invoked by alias); 9 Mar 2007 02:44:21 -0000 Received: (qmail 23851 invoked by uid 22791); 9 Mar 2007 02:44:19 -0000 X-Spam-Check-By: sourceware.org Received: from ozlabs.org (HELO ozlabs.org) (203.10.76.45) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 09 Mar 2007 02:44:14 +0000 Received: by ozlabs.org (Postfix, from userid 1010) id A02FADDEAB; Fri, 9 Mar 2007 13:44:11 +1100 (EST) Date: Fri, 09 Mar 2007 02:44:00 -0000 From: Anton Blanchard To: David Miller Cc: hpa@zytor.com, 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 Message-ID: <20070309024324.GA24695@kryten> References: <20070308175729.GA7054@kryten> <45F05040.4090602@zytor.com> <20070308214236.GA4154@kryten> <20070308.134825.45514445.davem@davemloft.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070308.134825.45514445.davem@davemloft.net> User-Agent: Mutt/1.5.12-2006-07-14 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/msg00151.txt.bz2 Hi, > I might be missing something but doesn't this break every > SWAP partition that was created with something other than > MIN_PAGE_SIZE? It does. I was thinking we could work around it in ppc64 (64kB is quite new), but I forgot there are options on sparc64 to change the page size :) The other option is to create a v3 swap format that doesnt use any PAGE_SIZE parameters. Anton