Hallo,
> if I use pthread_setfp_np(thread_name,
> 1) in init_module it doesn't work.
Setting the fpu must be done before the thread is created - the thread is
started immediatly with pthread_create() - or you use the other ways described
above.

Regards
Olaf
-- [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