[rtems commit] smptests/smp07: Use suspend instead of delete
Chris Johns
chrisj at rtems.org
Tue Aug 6 21:48:58 UTC 2013
Sebastian Huber wrote:
>
> - (void) rtems_task_delete( RTEMS_SELF );
> + /* FIXME: Task deletion currently not supported */
> + (void) rtems_task_suspend( RTEMS_SELF );
>
In my view this is a blocker for 4.11. With such a bug we cannot say SMP
is available and it was planned to be in 4.11.
Is there a "hold giant lock" level solution ? That is something, even if
performance is poor, that is stable.
Chris
More information about the devel
mailing list