Subject: Re: Is one allowed to call tsleep from within an interrupt context?
To: Brett Lymn <blymn@baea.com.au>
From: Neil A. Carson <neil@causality.com>
List: tech-kern
Date: 09/12/1999 11:48:59
Absolutely not. This is one of the current architectural problems---you
can of course use something like delay instead, but that's a very bad
idea in itself. Interrupt handlers do not run in their own context.