Hi,
I have blocking calls. so when I use tasklet with a blocking call it is not allowing other calls to be executed.
Thanks & Regards
On Fri, 05 Aug 2005 Christophe Lucas wrote :
>jhoney jhoney (jhoney_joney@xxxxxxxxxxxxxx) wrote:
> > Hello All,
> >
> > I would like to clarify one thing . Is it possible to create a kernel thread (using kernel_thread())from an interrupt service routine ?
> > My requirement is to create a separate control flow when an interrupt 103 occurs ,the function which acts as entry point for thread creation may block also.
>
>Sorry to ask this, but why can not you use top/bottom
>half(tasklets,workqueues) as ususal used ?
>
> - Christophe (clucas@xxxxxxxxxxxxx)