Subject: Re: spl0() clarification
To: None <tech-kern@netbsd.org>
From: Bill Sommerfeld <sommerfeld@orchard.arlington.ma.us>
List: tech-kern
Date: 03/14/2000 14:52:08
I bumped into this when working on the x86 SMP support.

What Jason said.. machine-dependant code should set splhigh, then turn
on the master interrupt enable before the end of cpu_configure().

(in the MP case, the cpu_hatch() code run on slave CPU's should do
likewise).

Actual creation of the kernel threads should be deferred until
autoconfig is almost complete..

						- Bill