adNetBSD.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.
---
Izumi Tsustui
Re: yamt-idlelwp fallout for
mips/cobalt?
2007-07-17 09:11:24
I wrote:
> adNetBSD.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/000
0.html
The spl is lowered by spl0() in lwp_startup() which is
called
at the beginning of lwp_trampoline() anyway.
---
Izumi Tsutsui