Subject: Re: yamt-idlelwp fallout for mips/cobalt?
To: None <ad@NetBSD.org>
From: Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>
List: port-cobalt
Date: 07/17/2007 23:11:24
I wrote:

> ad@NetBSD.org wrote:
> 
> > > so softintr(9) occurred (or was enabled) as soon as
> > > a kernel jumped to lwp_trampoline() before lwp_startup()
> > > was called.
> > 
> > Is this with or without your patch?
> 
> Without my patch.
> 
> With the patch (#ifdef'ed out PSL_LOWIPL), this doesn't happen.

Is it okay to commit my patch?
http://mail-index.netbsd.org/port-mips/2007/05/25/0000.html

The spl is lowered by spl0() in lwp_startup() which is called
at the beginning of lwp_trampoline() anyway.
---
Izumi Tsutsui