Changeset 9a11e1f in rtems


Ignore:
Timestamp:
04/02/97 14:58:19 (27 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
bbbd11c
Parents:
254b4450
Message:

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • c/src/exec/sapi/src/exinit.c

    r254b4450 r9a11e1f  
    9797  _ISR_Disable( bsp_level );
    9898
    99   if ( cpu_table == NULL )
     99  if ( configuration_table == NULL )
    100100    _Internal_error_Occurred(
    101101      INTERNAL_ERROR_CORE,
  • cpukit/sapi/src/exinit.c

    r254b4450 r9a11e1f  
    9797  _ISR_Disable( bsp_level );
    9898
    99   if ( cpu_table == NULL )
     99  if ( configuration_table == NULL )
    100100    _Internal_error_Occurred(
    101101      INTERNAL_ERROR_CORE,
Note: See TracChangeset for help on using the changeset viewer.