From 26f5aa0598cfb5df9457b1a26458079caa2201cb Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 5 Sep 2008 14:50:10 +0000 Subject: 2008-09-05 Joel Sherrill * score/include/rtems/score/mpci.h, score/inline/rtems/score/threadmp.inl, score/src/mpci.c: Eliminate dependencies between MP .h files. --- cpukit/score/include/rtems/score/mpci.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'cpukit/score/include/rtems/score/mpci.h') 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 #include #include -#include /** * The following defines the node number used when a broadcast is desired. @@ -168,11 +167,6 @@ typedef struct { uint32_t maximum_global_objects; } 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. -- cgit v1.2.3