was checking for null cpu_table -- short have been checking configuration

table.
This commit is contained in:
Joel Sherrill
1997-04-02 14:58:19 +00:00
parent 254b445071
commit 9a11e1ff0d
2 changed files with 2 additions and 2 deletions

View File

@@ -96,7 +96,7 @@ rtems_interrupt_level rtems_initialize_executive_early(
_ISR_Disable( bsp_level );
if ( cpu_table == NULL )
if ( configuration_table == NULL )
_Internal_error_Occurred(
INTERNAL_ERROR_CORE,
TRUE,

View File

@@ -96,7 +96,7 @@ rtems_interrupt_level rtems_initialize_executive_early(
_ISR_Disable( bsp_level );
if ( cpu_table == NULL )
if ( configuration_table == NULL )
_Internal_error_Occurred(
INTERNAL_ERROR_CORE,
TRUE,