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 -- To unsubscribe from this list: send an email with "unsubscribe kernelnewbies" to ecartis@xxxxxxxxxxxx Please read the FAQ at http://kernelnewbies.org/FAQ