Changeset a55e305 in rtems for cpukit/sapi/src/exinit.c
- Timestamp:
- Jul 29, 2010, 5:52:10 PM (9 years ago)
- Branches:
- 4.11, master
- Children:
- 23bbc43
- Parents:
- a44edd15
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/sapi/src/exinit.c
ra44edd15 ra55e305 43 43 #endif 44 44 #include <rtems/score/priority.h> 45 #include <rtems/score/prioritybitmap.h> 45 46 #include <rtems/score/thread.h> 46 47 #include <rtems/score/tod.h> … … 125 126 _API_Mutex_Allocate( &_RTEMS_Allocator_Mutex ); 126 127 127 _Priority_ Handler_initialization();128 _Priority_bit_map_Handler_initialization(); 128 129 _Watchdog_Handler_initialization(); 129 130 _TOD_Handler_initialization();
Note: See TracChangeset
for help on using the changeset viewer.