Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758518AbXJ2PMR (ORCPT ); Mon, 29 Oct 2007 11:12:17 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752696AbXJ2PMB (ORCPT ); Mon, 29 Oct 2007 11:12:01 -0400 Received: from stout.engsoc.carleton.ca ([134.117.69.22]:54770 "EHLO stout.engsoc.carleton.ca" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751981AbXJ2PMA (ORCPT ); Mon, 29 Oct 2007 11:12:00 -0400 Date: Mon, 29 Oct 2007 11:11:58 -0400 From: Kyle McMartin To: David Miller Cc: linux-arch@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] Only show RESOURCES_64BIT on relevant architectures Message-ID: <20071029151158.GC23138@fattire.cabal.ca> References: <20071028201549.GA23138@fattire.cabal.ca> <20071028.180949.233462591.davem@davemloft.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20071028.180949.233462591.davem@davemloft.net> User-Agent: Mutt/1.5.13 (2006-08-11) Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1214 Lines: 31 On Sun, Oct 28, 2007 at 06:09:49PM -0700, David Miller wrote: > From: Kyle McMartin > Date: Sun, 28 Oct 2007 16:15:49 -0400 > > > To quote lolcats: CONFIG_RESOURCES_64BIT DO NOT WANT! > > > > I *think* I have the logic of this right... Anyway, I was annoyed by > > having to do the bloody ugly casts to unsigned long long in > > arch-specific code. As near as I can tell, we only want this selectable > > in the case of PAE on x86, and some random PPC and MIPS embedded boards. > > > > For everyone else, it should be whatever the value of 64BIT is. > > > > And I can be happy and continue using unsigned long and going about my > > merry business. > > > > Signed-off-by: Kyle McMartin > > 32-bit sparc has 36-bit physical addresses and thus needs > 64-bit resources too I didn't realize this, since it wasn't set in any of the configs, or select-ed by any of the Kconfig. Will add this in the next go 'round. Cheers, Kyle - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/