All of lore.kernel.org
 help / color / mirror / Atom feed
* Sun4d SMP wierdness
@ 2004-08-15  0:57 C.Newport
  2004-08-15  8:09 ` Thomas Bogendoerfer
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: C.Newport @ 2004-08-15  0:57 UTC (permalink / raw)
  To: sparclinux


I am trying to track down why 2.4.27 (or any 2.4 series) does a watchdog 
timeout very early in the boot sequence om Sun4d SMP.

In arch/sparc/kernel/setup.c I put some prom_printfs to narrow it down.

setup.c line 450 
 prom_printf("tp6\n");
	paging_init();
 prom_printf("tp7\n");

tp6 gets printed at boot, tp7 does not.

So - in arch/sparc/mm/init.c line 328 I add another test point 

void __init paging_init(void)
{
 prom_printf("mm/init.c:paging_init %d", sparc_cpu_model);
	switch(sparc_cpu_model) {

OUCH - this never gets printed so somewhere the function call to paging_init
is vanishing into lala-land.

At this point I am stumped - What could be happening ?

Chris Newport


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2004-08-15 10:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-08-15  0:57 Sun4d SMP wierdness C.Newport
2004-08-15  8:09 ` Thomas Bogendoerfer
2004-08-15  8:26 ` William Lee Irwin III
2004-08-15 10:39 ` C.Newport

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.