Remove progress msgs from MMU_init()

Mark A. Greer mgreer at mvista.com
Wed Aug 31 11:29:40 EST 2005


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



More information about the Linuxppc-dev mailing list