summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1995-09-22 15:35:48 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1995-09-22 15:35:48 +0000
commit18c53787e19003269916f97828670682695d649c (patch)
tree266fbe224296dbe7bee7704787864abbaafa416c /cpukit
parentMore file movement required api extension to be added to score (diff)
downloadrtems-18c53787e19003269916f97828670682695d649c.tar.bz2
moving files around and adding the exec/wrapup directory
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/sapi/src/exinit.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/cpukit/sapi/src/exinit.c b/cpukit/sapi/src/exinit.c
index bde925b7a3..6c138a6862 100644
--- a/cpukit/sapi/src/exinit.c
+++ b/cpukit/sapi/src/exinit.c
@@ -26,13 +26,13 @@
#include <rtems/fatal.h>
#include <rtems/init.h>
#include <rtems/io.h>
-#include <rtems/sysstate.h>
+#include <rtems/core/sysstate.h>
#include <rtems/core/apiext.h>
#include <rtems/core/copyrt.h>
#include <rtems/core/heap.h>
#include <rtems/core/interr.h>
-#include <rtems/core/intthrd.h>
+#include <rtems/intthrd.h>
#include <rtems/core/isr.h>
#include <rtems/core/mpci.h>
#include <rtems/core/priority.h>
@@ -179,7 +179,8 @@ rtems_interrupt_level rtems_initialize_executive_early(
);
_MPCI_Handler_initialization(
- multiprocessing_table->User_mpci_table
+ multiprocessing_table->User_mpci_table,
+ RTEMS_TIMEOUT
);
_Internal_threads_Initialization();