Not Really. You may have to change the code manually to Kthread API's.
On 1/22/09, Stephane Lambert <[email protected]> wrote: > Thanks for your answer, > Does it means that I should apply this patch? > Thanks in advance. > > > > Sujit Karataparambil a écrit : > > > The functionality now since 2.5.x was moved to kthread api's. > > This is the related message. > > https://openvz.org/pipermail/devel/2007-April/004807.html > > > > > > Kthread API: > > http://lwn.net/Articles/188666/ > > > > > > On 1/20/09, Stephane Lambert <[email protected]> wrote: > > > > > > > Hi all, > > > I'm trying to boot uClinux 2.6 on a new architecture. > > > I have a problem during execution of the mtd_blktrans_thread() function. > > > Indeed the condition for the while loop never permits to terminate. > > > > > > **************************** > > > while (!tr->blkcore_priv->exiting) { > > > ... > > > } > > > **************************** > > > > > > What is the purpose of this function? > > > The condition tr->blkcore_priv->exiting must be !0 to terminate the > loop. > > > Where and how is it done? > > > Any suggestions? > > > > > > Thanks very much in advance! > > > S.Lambert > > > > > > _______________________________________________ > > > uClinux-dev mailing list > > > [email protected] > > > http://mailman.uclinux.org/mailman/listinfo/uclinux-dev > > > This message was resent by [email protected] > > > To unsubscribe see: > > > http://mailman.uclinux.org/mailman/options/uclinux-dev > > > > > > > > > > > > > > > > > > > -- --linux(2.4/2.6),bsd(4.5.x+),solaris(2.5+) _______________________________________________ uClinux-dev mailing list [email protected] http://mailman.uclinux.org/mailman/listinfo/uclinux-dev This message was resent by [email protected] To unsubscribe see: http://mailman.uclinux.org/mailman/options/uclinux-dev
