Changeset 7814f92 in rtems
- Timestamp:
- Jul 30, 2010, 6:51:43 PM (11 years ago)
- Branches:
- 4.11, 5, master
- Children:
- 82b04a2
- Parents:
- 1973a2a6
- Location:
- c/src/lib/libcpu/powerpc
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libcpu/powerpc/ChangeLog
r1973a2a6 r7814f92 1 2010-07-30 Gedare Bloom <giddyup44@yahoo.com> 2 3 PR 1599/cpukit 4 * new-exceptions/bspsupport/ppc_exc_hdl.c: Rename 5 _Context_Switch_necessary to _Thread_Dispatch_necessary to more 6 properly reflect the intent. 7 1 8 2010-06-29 Jennifer Averett <Jennifer.Averett@OARcorp.com> 2 9 -
c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_hdl.c
r1973a2a6 r7814f92 82 82 { 83 83 /* dispatch_disable level is decremented from assembly code. */ 84 if ( _ Context_Switch_necessary ) {84 if ( _Thread_Dispatch_necessary ) { 85 85 /* FIXME: I believe it should be OK to re-enable 86 86 * interrupts around the execution of _Thread_Dispatch();
Note: See TracChangeset
for help on using the changeset viewer.