what does this mean?

Walter L. Wimer III walt.wimer at timesys.com
Wed May 17 03:42:46 EST 2006


On Tue, 2006-05-16 at 13:38 -0400, Walter L. Wimer III wrote:
> Check to make sure that in your interrupt handler you are not calling
> something that can sleep.  E.g. sleep(), usleep(), kmalloc(),
> vmalloc(), etc. 

Also watch out for semaphore operations such as down() and
down_interruptible().  They can sleep too.


Walt





More information about the Linuxppc-embedded mailing list