From 9a11e1ff0deaeb233f035433be4da81f170c87bb Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 2 Apr 1997 14:58:19 +0000 Subject: was checking for null cpu_table -- short have been checking configuration table. --- cpukit/sapi/src/exinit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit') 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, -- cgit v1.2.3