summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/confdefs/mpci.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/include/rtems/confdefs/mpci.h')
-rw-r--r--cpukit/include/rtems/confdefs/mpci.h13
1 files changed, 2 insertions, 11 deletions
diff --git a/cpukit/include/rtems/confdefs/mpci.h b/cpukit/include/rtems/confdefs/mpci.h
index e4d9737b31..0a9be4a2ea 100644
--- a/cpukit/include/rtems/confdefs/mpci.h
+++ b/cpukit/include/rtems/confdefs/mpci.h
@@ -6,9 +6,6 @@
* @ingroup RTEMSApplicationConfiguration
*
* @brief Evaluate MPCI Configuration Options
- *
- * This header file defines _CONFIGURE_MPCI_RECEIVE_SERVER_COUNT for use by
- * other configuration header files.
*/
/*
@@ -49,6 +46,8 @@
#ifdef CONFIGURE_MP_APPLICATION
+#include <rtems/confdefs/threads.h>
+
#ifndef CONFIGURE_EXTRA_MPCI_RECEIVE_SERVER_STACK
#define CONFIGURE_EXTRA_MPCI_RECEIVE_SERVER_STACK 0
#endif
@@ -83,8 +82,6 @@
#error "CONFIGURE_MP_NODE_NUMBER must be less than or equal to CONFIGURE_MP_MAXIMUM_NODES"
#endif
-#define _CONFIGURE_MPCI_RECEIVE_SERVER_COUNT 1
-
#ifdef __cplusplus
extern "C" {
#endif
@@ -126,10 +123,6 @@ RTEMS_SECTION( ".rtemsstack.mpci" );
}
#endif
-#else /* CONFIGURE_MP_APPLICATION */
-
-#define _CONFIGURE_MPCI_RECEIVE_SERVER_COUNT 0
-
#endif /* CONFIGURE_MP_APPLICATION */
#else /* RTEMS_MULTIPROCESSING */
@@ -138,8 +131,6 @@ RTEMS_SECTION( ".rtemsstack.mpci" );
#error "CONFIGURE_MP_APPLICATION must not be defined if multiprocessing is disabled"
#endif
-#define _CONFIGURE_MPCI_RECEIVE_SERVER_COUNT 0
-
#endif /* RTEMS_MULTIPROCESSING */
#endif /* CONFIGURE_INIT */