Hi,

I am debugging tm19 running on Strong APA scheduler. It gives the following
error:
rtems_signal_catch FAILED -- expected (RTEMS_SUCCESSFUL) got
(RTEMS_NOT_IMPLEMENTED)

which is due to line 167
<https://git.rtems.org/rtems/tree/testsuites/tmtests/tm19/task1.c#n167>.
This arises because the variable is_non_preempt_mode_supported in
_Scheduler_Control of SMP Strong APA scheduler is set to false.

On further checking, I can see that almost all the SMP schedulers have this
variable set as false in cpukit/include/rtems/scheduler.h. Please let me
know why this is the case. What would I need to do to support non preempt
tasks in the Strong APA scheduler?
_______________________________________________
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel

Reply via email to