>> --- a/cpukit/score/src/watchdogremove.c >> +++ b/cpukit/score/src/watchdogremove.c >> @@ -23,6 +23,7 @@ >> #include <rtems/score/watchdogimpl.h> >> >> Watchdog_States _Watchdog_Remove( >> + Watchdog_Header *header, >> Watchdog_Control *the_watchdog >> ) >> { > Is the parameter unused in this function? > nevermind I see it gets used when the locks are added next. _______________________________________________ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel
- Major SMP Improvements Sebastian Huber
- [PATCH 04/45] score: Optimize _Thread_queue_Compare_p... Sebastian Huber
- [PATCH 01/45] score: Add _SMP_Assert() Sebastian Huber
- [PATCH 02/45] score: _Thread_queue_Extract() Sebastian Huber
- [PATCH 08/45] score: Move _Watchdog_Tickle() Sebastian Huber
- [PATCH 11/45] libcsupport: Avoid Giant lock in _times... Sebastian Huber
- [PATCH 05/45] score: Add header to _Watchdog_Remove() Sebastian Huber
- Re: [PATCH 05/45] score: Add header to _Watchdog_... Gedare Bloom
- Re: [PATCH 05/45] score: Add header to _Watch... Gedare Bloom
- Re: [PATCH 05/45] score: Add header to _Watch... Sebastian Huber
- [PATCH 10/45] rtems: Use once mutex for timer server ... Sebastian Huber
- [PATCH 15/45] Filesystem: Thread life protection for ... Sebastian Huber
- [PATCH 06/45] score: Add _Watchdog_Acquire|Release|Fl... Sebastian Huber
- [PATCH 03/45] score: Delete STATES_WAITING_ON_THREAD_... Sebastian Huber
- [PATCH 14/45] libcsupport: Fix umask() locking Sebastian Huber
- [PATCH 28/45] score: Inline _CORE_semaphore_Surrender... Sebastian Huber
- [PATCH 27/45] score: Inline _CORE_semaphore_Flush() Sebastian Huber
- [PATCH 25/45] score: Fine grained locking for semapho... Sebastian Huber
- [PATCH 33/45] score: Delete _Objects_Put_for_get_isr_... Sebastian Huber