Changeset 4d03577 in rtems for cpukit/score/inline/rtems/score/priority.inl
- Timestamp:
- 07/31/07 06:35:10 (15 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 97c73ed
- Parents:
- 3a8d083
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/score/inline/rtems/score/priority.inl
r3a8d083 r4d03577 33 33 RTEMS_INLINE_ROUTINE void _Priority_Handler_initialization( void ) 34 34 { 35 uint32_tindex;35 size_t index; 36 36 37 37 _Priority_Major_bit_map = 0;
Note: See TracChangeset
for help on using the changeset viewer.