Re: "Aiee: scheduling in interrupt 00111dd2" problem

Alan Cox (alan@lxorguk.ukuu.org.uk)
Fri, 18 Dec 1998 15:38:12 +0000 (GMT)


That specific message is telling you something else - you made a blocking
call in an interrupt or bh handler. For example you may have tried to
use sleep_on() interruptible_sleep_on() or copied data to user space
during the interrupt/bottom half.

Alan

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/