summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1997-04-02 14:58:19 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1997-04-02 14:58:19 +0000
commit9a11e1ff0deaeb233f035433be4da81f170c87bb (patch)
treeaf8ef369308790fe99796857708c7d991b835f1a /cpukit
parentThis set of changes is the build of what was required to convert to (diff)
downloadrtems-9a11e1ff0deaeb233f035433be4da81f170c87bb.tar.bz2
was checking for null cpu_table -- short have been checking configuration
table.
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/sapi/src/exinit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/sapi/src/exinit.c b/cpukit/sapi/src/exinit.c
index 442465dda4..89d5ed6f70 100644
--- a/cpukit/sapi/src/exinit.c
+++ b/cpukit/sapi/src/exinit.c
@@ -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,