Subject: Re: Is one allowed to call tsleep from within an interrupt context?
To: Wolfgang Solfrank <ws@tools.de>
From: Neil A. Carson <neil@causality.com>
List: tech-kern
Date: 09/13/1999 08:08:30
The stuff about 'I'll change tsleep to work in an interrupt context'
scares me somewhat. Doing this requires serious consideration of a
number of design inssues and IMHO reconsideration of interrupt
management. Allowing arbitrary drivers to just sleep processes is a very
bad idea, I think.

	Neil