When writting device drivers as modules, I create threads on the kernel
using "kernel_thread". Threads are working when installing "insmod".

Problem is when removing the module "rmmod", I haven't found any function to
remove the created thread at init stage, and the kernel gets corrupted ( I
cannot install again the module I have removed )

How do I remove the kernel threads at clean up process ?

Thanks.


** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/



Reply via email to