summaryrefslogtreecommitdiffstats
path: root/c/src/exec/sapi
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 /c/src/exec/sapi
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 'c/src/exec/sapi')
-rw-r--r--c/src/exec/sapi/headers/sptables.h2
-rw-r--r--c/src/exec/sapi/include/rtems/sptables.h2
-rw-r--r--c/src/exec/sapi/src/exinit.c7
3 files changed, 6 insertions, 5 deletions
diff --git a/c/src/exec/sapi/headers/sptables.h b/c/src/exec/sapi/headers/sptables.h
index 25c754f3bb..2f19b958f4 100644
--- a/c/src/exec/sapi/headers/sptables.h
+++ b/c/src/exec/sapi/headers/sptables.h
@@ -27,7 +27,7 @@ extern "C" {
#include <rtems/fatal.h>
#include <rtems/init.h>
#include <rtems/io.h>
-#include <rtems/sysstate.h>
+#include <rtems/core/sysstate.h>
#include <rtems/rtems/intr.h>
#include <rtems/rtems/clock.h>
diff --git a/c/src/exec/sapi/include/rtems/sptables.h b/c/src/exec/sapi/include/rtems/sptables.h
index 25c754f3bb..2f19b958f4 100644
--- a/c/src/exec/sapi/include/rtems/sptables.h
+++ b/c/src/exec/sapi/include/rtems/sptables.h
@@ -27,7 +27,7 @@ extern "C" {
#include <rtems/fatal.h>
#include <rtems/init.h>
#include <rtems/io.h>
-#include <rtems/sysstate.h>
+#include <rtems/core/sysstate.h>
#include <rtems/rtems/intr.h>
#include <rtems/rtems/clock.h>
diff --git a/c/src/exec/sapi/src/exinit.c b/c/src/exec/sapi/src/exinit.c
index bde925b7a3..6c138a6862 100644
--- a/c/src/exec/sapi/src/exinit.c
+++ b/c/src/exec/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();