Subject: Re: how do I tell if I'm on the interrupt stack?
To: None <mjacob@feral.com>
From: Bill Sommerfeld <sommerfeld@orchard.arlington.ma.us>
List: tech-kern
Date: 09/05/2001 20:48:26
> in which case I'd marked softc state that was "on
> interrupt stack"- and thus should not use tsleep to wait for mailbox commands
> to complete (if I were to start any) but instead poll for
> completion.

this is probably a bad idea, since it will complicate making the
driver multiprocessor-happy (once we nail down a mp-safe driver api).

					- Bill