summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/mpci.h
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/include/rtems/score/mpci.h
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/include/rtems/score/mpci.h')
-rw-r--r--cpukit/score/include/rtems/score/mpci.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/cpukit/score/include/rtems/score/mpci.h b/cpukit/score/include/rtems/score/mpci.h
index 09e2aea52c..1b65c3adc7 100644
--- a/cpukit/score/include/rtems/score/mpci.h
+++ b/cpukit/score/include/rtems/score/mpci.h
@@ -40,7 +40,6 @@ extern "C" {
#include <rtems/score/threadq.h>
#include <rtems/score/tqdata.h>
#include <rtems/score/watchdog.h>
-#include <rtems/score/coresem.h>
/**
* The following defines the node number used when a broadcast is desired.
@@ -169,11 +168,6 @@ typedef struct {
} MPCI_Internal_packet;
/**
- * This is the core semaphore which the MPCI Receive Server blocks on.
- */
-SCORE_EXTERN CORE_semaphore_Control _MPCI_Semaphore;
-
-/**
* The following thread queue is used to maintain a list of tasks
* which currently have outstanding remote requests.
*/