BARRE Sebastien wrote:
> Yes, I recompiled the kernel, copied the bzImage on my target, and rebooted
> it.
>
> I had to apply the patch mannually because it doesn't work with the patch
> command. I had the message :
>
> patch: **** malformed patch at line 6: *prev,
Ok. Could you try something else:
in the function gatekeeper_thread, could you replace:
if (xnthread_user_task(thread)->state == TASK_INTERRUPTIBLE) {
with
if (xnthread_user_task(thread)->state == TASK_INTERRUPTIBLE |
TASK_ATOMICSWITCH) {
Or comment out the if and the closing brace ?
--
Gilles.
_______________________________________________
Xenomai-help mailing list
[email protected]
https://mail.gna.org/listinfo/xenomai-help