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

Reply via email to