p620 hangs instantiating rtas at 0x00000000deadbeef
Linas Vepstas
linas at austin.ibm.com
Fri Feb 11 06:37:06 EST 2005
On Thu, Feb 10, 2005 at 09:25:29AM +0100, Olaf Hering was heard to remark:
> On Thu, Feb 10, Benjamin Herrenschmidt wrote:
> > On Wed, 2005-02-09 at 23:28 +0100, Olaf Hering wrote:
> > > On Wed, Feb 09, Olaf Hering wrote:
> > >
> > > >
> > > > Current Linus tree hangs on p620, xmon does not trigger.
> > > > rc3 was already broken.
> > > > And 2.6.10 doesnt work either...
> > >
> > > It broke between 2.6.9-rc2 and -rc3
> >
> > Can you enable debug stuff in prom_init.c ?
>
> Doesnt look very verbose:
...
> Calling quiesce ...
> returning from prom_init
I don't think you enabled the debugging ... my source code looks like:
#define prom_debug(x...) prom_printf(x)
prom_printf("returning from prom_init\n");
prom_debug("->dt_header_start=0x%x\n", RELOC(dt_header_start));
prom_debug("->phys=0x%x\n", phys);
which would print more than what you've posted ...
Maybe I missed this in the original post ... where are you seeing deadbeef?
--linas
More information about the Linuxppc64-dev
mailing list