mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-21 09:05:06 +08:00
score: Replace watchdog handler implementation
Use a red-black tree instead of delta chains. Close #2344. Update #2554. Update #2555. Close #2606.
This commit is contained in:
@@ -38,7 +38,6 @@
|
||||
#include <rtems/score/timecounter.h>
|
||||
#include <rtems/score/threadimpl.h>
|
||||
#include <rtems/score/todimpl.h>
|
||||
#include <rtems/score/watchdogimpl.h>
|
||||
#include <rtems/score/wkspace.h>
|
||||
|
||||
const char _Copyright_Notice[] =
|
||||
@@ -87,8 +86,6 @@ static void rtems_initialize_data_structures(void)
|
||||
_API_Mutex_Allocate( &_RTEMS_Allocator_Mutex );
|
||||
_API_Mutex_Allocate( &_Once_Mutex );
|
||||
|
||||
_Watchdog_Handler_initialization();
|
||||
|
||||
_Thread_Handler_initialization();
|
||||
|
||||
_Scheduler_Handler_initialization();
|
||||
|
||||
Reference in New Issue
Block a user