forked from Imagelibrary/rtems
Convert to "bool".
This commit is contained in:
@@ -105,7 +105,7 @@ ppc_exc_wrapup( BSP_Exception_frame *f)
|
||||
*/
|
||||
if ( _Thread_Do_post_task_switch_extension ||
|
||||
_Thread_Executing->do_post_task_switch_extension ) {
|
||||
_Thread_Executing->do_post_task_switch_extension = FALSE;
|
||||
_Thread_Executing->do_post_task_switch_extension = false;
|
||||
_API_extensions_Run_postswitch();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -62,7 +62,7 @@ void _CPU_Context_Initialize(
|
||||
uint32_t size,
|
||||
uint32_t new_level,
|
||||
void *entry_point,
|
||||
boolean is_fp
|
||||
bool is_fp
|
||||
)
|
||||
{
|
||||
uint32_t msr_value;
|
||||
|
||||
@@ -245,7 +245,7 @@ void e500_setup_raw_exceptions();
|
||||
*
|
||||
* This should probably go away... (T.S. 2007/11/30)
|
||||
*/
|
||||
extern boolean bsp_exceptions_in_RAM;
|
||||
extern bool bsp_exceptions_in_RAM;
|
||||
|
||||
/**
|
||||
* @brief Vector base address for CPUs (for example e200 and e500) with IVPR
|
||||
|
||||
Reference in New Issue
Block a user