summaryrefslogtreecommitdiffstats
path: root/c/src/optman/rtems/no-mp.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/optman/rtems/no-mp.c')
-rw-r--r--c/src/optman/rtems/no-mp.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/c/src/optman/rtems/no-mp.c b/c/src/optman/rtems/no-mp.c
index f354397c9f..f8ba2197ce 100644
--- a/c/src/optman/rtems/no-mp.c
+++ b/c/src/optman/rtems/no-mp.c
@@ -25,7 +25,7 @@
#include <rtems/core/threadq.h>
#include <rtems/core/tqdata.h>
#include <rtems/core/watchdog.h>
-#include <rtems/sysstate.h>
+#include <rtems/core/sysstate.h>
void _Multiprocessing_Manager_initialization ( void )
{
@@ -36,7 +36,8 @@ void rtems_multiprocessing_announce ( void )
}
void _MPCI_Handler_initialization(
- MPCI_Control *users_mpci_table
+ MPCI_Control *users_mpci_table,
+ unsigned32 timeout_status
)
{
}