From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Benjamin Herrenschmidt To: Dan Malek In-Reply-To: References: <1117000809.6395.92.camel@gaston> <0015d371e12596fecdefd971b4fb1e5a@freescale.com> <1117004659.6395.103.camel@gaston> <1117057460.5076.19.camel@gaston> <80f48eb53b0f876138cde07a997791b6@embeddededge.com> <20050526062057.GA25579@gate.ebshome.net> Content-Type: text/plain Date: Fri, 27 May 2005 07:54:32 +1000 Message-Id: <1117144473.9076.127.camel@gaston> Mime-Version: 1.0 Cc: linuxppc-dev list , linuxppc-embedded@ozlabs.org Subject: Re: RFC: Deprecating io_block_mapping List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Thu, 2005-05-26 at 15:00 -0400, Dan Malek wrote: > The problem with ioremap() if you don't wire some spaces is it will try > to > allocate VM space prior to the Linux VM being initialized. No it won't. It will just push ioremap_bot down, and has always done that. Ben.