On 17/05/15 04:36, Gedare Bloom wrote:
-/* FIXME: This locking approach for SMP is improvable! */
+ ++watchdogs->generation;
We should probably try to file a ticket associated with any FIXME type
comments, and refer to it in the FIXME too.
Yes, in this case it is:
https://devel.rtems.org/ti
> -/* FIXME: This locking approach for SMP is improvable! */
> + ++watchdogs->generation;
>
We should probably try to file a ticket associated with any FIXME type
comments, and refer to it in the FIXME too.
___
devel mailing list
devel@rtems.org
http://l
Use mostly the standard watchdog operations. Use a system event for
synchronization. This implementation is simpler and offers better SMP
performance.
Close #2131.
---
cpukit/rtems/include/rtems/rtems/event.h | 5 +
cpukit/rtems/include/rtems/rtems/timerimpl.h | 51 +-
cpukit