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/src/mpci.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'cpukit/score/src/mpci.c') 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 #include +/** + * This is the core semaphore which the MPCI Receive Server blocks on. + */ +CORE_semaphore_Control _MPCI_Semaphore; + /*PAGE * * _MPCI_Handler_initialization -- cgit v1.2.3