Reply by Bryan Hackney March 4, 20052005-03-04
amit wrote:
> My Linux kernel is crashing at the point of waiting of an event. > I am using wait_event_interruptible call.The messege i am getting is > bad: scheduling while atomic. > Could anyone please tell me why i am getting this message. >
You might have luck on LKML. Post some code, or you'll be ignored.
Reply by amit March 4, 20052005-03-04
My Linux kernel is crashing at the point of waiting of an event.
I am using wait_event_interruptible call.The messege i am getting is
bad: scheduling while atomic.
 Could anyone please tell me why i am getting this message.