Jim Cromie wrote:
> hello xenophiles,
>
> Im getting errors to the console when running latency -t 1.
> they also appear in dmesg output
The attached patch seems to solve the issue here, but I am not sure it
should...
--
Gilles Chanteperdrix.
Index: include/asm-i386/system.h
===================================================================
--- include/asm-i386/system.h (revision 806)
+++ include/asm-i386/system.h (working copy)
@@ -422,7 +422,7 @@
{
struct task_struct *task = tcb->user_task;
- if (task && !wrap_test_fpu_used(task))
+ if (task && !xnarch_fpu_init_p(task))
return;
clts();
_______________________________________________
Xenomai-core mailing list
[email protected]
https://mail.gna.org/listinfo/xenomai-core