From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Tue, 30 Aug 2005 18:29:40 -0700 From: "Mark A. Greer" To: Dan Malek Message-ID: <20050831012940.GA3276@mag.az.mvista.com> References: <20050830233851.GA29529@mag.az.mvista.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: Cc: linuxppc-dev Subject: Re: Remove progress msgs from MMU_init() List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Tue, Aug 30, 2005 at 09:09:55PM -0400, Dan Malek wrote: > > On Aug 30, 2005, at 7:38 PM, Mark A. Greer wrote: > > >Does anyone object to this patch? > > Don't you still need this to run stuff like xmon and kgdb? Those should work with just an io_block_mapping() which will be active before setup_arch() calls xmon() and breakpoint(). The problem with progress msgs in MMU_init() is that they try to bang on the uart before ioremaps/io_block_mappings are active. That's why I (and others) had the xxx_set_bat() hack. Mark