summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/mpci.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-05 14:50:10 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-05 14:50:10 +0000
commit26f5aa0598cfb5df9457b1a26458079caa2201cb (patch)
tree343ad035ee7d40d75d0da311b8d37d9d7f34a07d /cpukit/score/src/mpci.c
parent2008-09-05 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-26f5aa0598cfb5df9457b1a26458079caa2201cb.tar.bz2
2008-09-05 Joel Sherrill <joel.sherrill@oarcorp.com>
* score/include/rtems/score/mpci.h, score/inline/rtems/score/threadmp.inl, score/src/mpci.c: Eliminate dependencies between MP .h files.
Diffstat (limited to 'cpukit/score/src/mpci.c')
-rw-r--r--cpukit/score/src/mpci.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/cpukit/score/src/mpci.c b/cpukit/score/src/mpci.c
index 828ad766e5..d767962781 100644
--- a/cpukit/score/src/mpci.c
+++ b/cpukit/score/src/mpci.c
@@ -33,6 +33,11 @@
#include <rtems/score/coresem.h>
#include <rtems/config.h>
+/**
+ * This is the core semaphore which the MPCI Receive Server blocks on.
+ */
+CORE_semaphore_Control _MPCI_Semaphore;
+
/*PAGE
*
* _MPCI_Handler_initialization