Subject: Re: SMP status
To: Michael Lorenz <macallan@netbsd.org>
From: Martin Husemann <martin@duskware.de>
List: port-sparc64
Date: 08/27/2007 19:03:43
On Mon, Aug 27, 2007 at 12:59:58PM -0400, Michael Lorenz wrote:
> Top happily reports itself hopping from cpu0 to cpu1 and back, per-cpu 
> and process statistics are all zero though.

That is due to the missing tick interupt on cpu1 (I'm working on it)

> 'halt' hung after stopping 
> cpu0, didn't drop back to OF.

I see that too, seems we need to bounce cpu_reboot() to run on cpu0 always,
so we exit to OF with the bootsrap cpu (currently we halt all other cpus
and exit to OF with whatever cpu happens to run cpu_reboot).

Martin