Subject: Re: 1.5ALPHA_2 i386 panic in suspendsched()
To: Manuel Bouyer <bouyer@antioche.lip6.fr>
From: Jason R Thorpe <thorpej@zembu.com>
List: tech-kern
Date: 09/14/2000 12:01:10
On Thu, Sep 14, 2000 at 08:24:35PM +0200, Manuel Bouyer wrote:

 > it removes procs from the run queue. In -current it's guarded by
 > SCHED_LOCK(s)/SCHED_UNLOCK(s), in 1.5 by splclock()/splx(). Is this enouth ?

The run queues are protected by SCHED_LOCK/SCHED_UNLOCK, yes.

The proc list is protected by proclist_lock.

-- 
        -- Jason R. Thorpe <thorpej@zembu.com>