Convert to "bool".

This commit is contained in:
Ralf Corsepius
2008-09-06 17:36:55 +00:00
parent 0a4c19ab2e
commit 39d08d55e9
35 changed files with 121 additions and 123 deletions

View File

@@ -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();
}
}

View File

@@ -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;

View File

@@ -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