forked from Imagelibrary/rtems
2010-07-30 Gedare Bloom <giddyup44@yahoo.com>
PR 1599/cpukit * new-exceptions/bspsupport/ppc_exc_hdl.c: Rename _Context_Switch_necessary to _Thread_Dispatch_necessary to more properly reflect the intent.
This commit is contained in:
@@ -1,3 +1,10 @@
|
|||||||
|
2010-07-30 Gedare Bloom <giddyup44@yahoo.com>
|
||||||
|
|
||||||
|
PR 1599/cpukit
|
||||||
|
* new-exceptions/bspsupport/ppc_exc_hdl.c: Rename
|
||||||
|
_Context_Switch_necessary to _Thread_Dispatch_necessary to more
|
||||||
|
properly reflect the intent.
|
||||||
|
|
||||||
2010-06-29 Jennifer Averett <Jennifer.Averett@OARcorp.com>
|
2010-06-29 Jennifer Averett <Jennifer.Averett@OARcorp.com>
|
||||||
|
|
||||||
* new-exceptions/bspsupport/ppc_exc_asm_macros.h: Added include of
|
* new-exceptions/bspsupport/ppc_exc_asm_macros.h: Added include of
|
||||||
|
|||||||
@@ -81,7 +81,7 @@ rtems_status_code ppc_exc_set_handler(unsigned vector, ppc_exc_handler_t handler
|
|||||||
void ppc_exc_wrapup(BSP_Exception_frame *frame)
|
void ppc_exc_wrapup(BSP_Exception_frame *frame)
|
||||||
{
|
{
|
||||||
/* dispatch_disable level is decremented from assembly code. */
|
/* dispatch_disable level is decremented from assembly code. */
|
||||||
if ( _Context_Switch_necessary ) {
|
if ( _Thread_Dispatch_necessary ) {
|
||||||
/* FIXME: I believe it should be OK to re-enable
|
/* FIXME: I believe it should be OK to re-enable
|
||||||
* interrupts around the execution of _Thread_Dispatch();
|
* interrupts around the execution of _Thread_Dispatch();
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user