smannell wrote:
> 
> I am having problems with my machine freezing when I try and unload
> certain modules I've made using periodic threads.  Things execute
> properly, and as long as I don't try and unload the module I'm fine.  I
> can't seem to determine why some modules are fine, and others aren't.  Are
> there known problems with rmmod and rtl threads?  I'm using the latest
> patched 2.2.14 kernel.
> 
>         Sean Mannell

Hi Sean,

The most likely cause is that you have forgotten to clean up some
resource you have used in the module.  This needs to go in the
cleanup_module.

Regards, Stuart

-- [rtl] ---
To unsubscribe:
echo "unsubscribe rtl" | mail [EMAIL PROTECTED] OR
echo "unsubscribe rtl <Your_email>" | mail [EMAIL PROTECTED]
---
For more information on Real-Time Linux see:
http://www.rtlinux.org/~rtlinux/

Reply via email to