From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTP id 1097FDDD0A for ; Tue, 13 Nov 2007 20:55:35 +1100 (EST) Subject: Re: [PATCH 1/2] powerpc: Make isa_mem_base common to 32 and 64 bits From: Benjamin Herrenschmidt To: Geert Uytterhoeven In-Reply-To: References: <20071113044429.461B1DDE2E@ozlabs.org> Content-Type: text/plain Date: Tue, 13 Nov 2007 20:55:24 +1100 Message-Id: <1194947724.18185.97.camel@pasglop> Mime-Version: 1.0 Cc: linuxppc-dev@ozlabs.org Reply-To: benh@kernel.crashing.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , > > +/* ISA Memory physical address (or 0 if none) */ > ^^^^^^^^^^^^ > > +resource_size_t isa_mem_base = 0; > > Let's hope this doesn't confuse too many people, as 0 is the valid value on > legacy PC hardware ;-) True, but that's been our default so far so I'm just not changing existing behaviour. If it's bogus, it will need a separate fix. Cheers, Ben.