Changeset b7ee9ab in rtems
- Timestamp:
- 08/18/11 07:47:38 (11 years ago)
- Branches:
- 4.11, 5, master
- Children:
- a385489
- Parents:
- afe0344
- Location:
- testsuites/psxtests
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
testsuites/psxtests/ChangeLog
rafe0344 rb7ee9ab 1 2011-08-18 Sebastian Huber <sebastian.huber@embedded-brains.de> 2 3 * psxfatal_support/init.c: Ensure that _Thread_BSP_context is 4 initialized. 5 1 6 2011-08-01 Joel Sherrill <joel.sherrill@oarcorp.com> 2 7 -
testsuites/psxtests/psxfatal_support/init.c
rafe0344 rb7ee9ab 150 150 } 151 151 152 _Thread_Stop_multitasking(); 152 if ( _System_state_Is_up( _System_state_Get() ) ) 153 _Thread_Stop_multitasking(); 153 154 } 154 155
Note: See TracChangeset
for help on using the changeset viewer.