Subject: Re: reproducible kernel panic w/ 2.0RC4MP
To: None <port-macppc@netbsd.org>
From: Tim Kelly <hockey@dialectronics.com>
List: port-macppc
Date: 12/03/2004 15:01:05
At 10:26 AM -0800 12/3/04, Matt Thomas wrote:
>which means this comes to
>
>     tmsr = emsr;
>     if (ci->ci_cpuid == 0) {
>         emsr |= PSL_EE;

Matt's quite right, by the way, in that the entire effort can be reduced to
two lines of code. Anyone familiar with the Idle() code in locore_subr.S
could have noted this in seconds and fixed the problem. Since the fix is so
simple I would think we can see it committed soon.

tim