Re: Interrupt level in system call

Masao Uebayashi <[email protected]> Tue, 10 Oct 2006 09:21:19 +0900 (JST)
Newsgroups gmane.os.netbsd.ports.sh3
Message-ID <[email protected]>
> I've fixed general_exception() to drop back to the previous spl level
> (from SSR) - which improves things quite a bit already (e.g. running
> cu from a wscons terminal (i.e. slow rasops output) doesn't cause scif
> to lose incoming chars).

Thanks.

BTW, how is your fix different from mine?  As far as I read the code,
those two are on the very same code path.  (I'm not complaining but
just want to make sure. :-)

Masao