summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/threadmp.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2006-04-05 20:08:59 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2006-04-05 20:08:59 +0000
commit5250299424370c42bf270a307fae248d348720cf (patch)
tree142042ca4670b07804d162aad3f06a932a9bd5d9 /cpukit/score/include/rtems/score/threadmp.h
parent2006-04-02 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-5250299424370c42bf270a307fae248d348720cf.tar.bz2
2006-04-05 Joel Sherrill <joel@OARcorp.com>
Victor V. Vengerov <Victor.Vengerov@oktetlabs.ru> * score/include/rtems/score/mpci.h, score/include/rtems/score/threadmp.h, score/inline/rtems/score/threadmp.inl, score/macros/rtems/score/threadmp.inl, score/src/threadmp.c, score/src/threadqenqueue.c: Victor spotted the problem that _MPCI_Receive_server_tcb and _Thread_MP_Receive were duplicate variables and needed to be set to the same value. I took that idea and just removed _Thread_MP_Receive. All uses are now _MPCI_Receive_server_tcb.
Diffstat (limited to 'cpukit/score/include/rtems/score/threadmp.h')
-rw-r--r--cpukit/score/include/rtems/score/threadmp.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/cpukit/score/include/rtems/score/threadmp.h b/cpukit/score/include/rtems/score/threadmp.h
index 6b0ced7307..d187f69398 100644
--- a/cpukit/score/include/rtems/score/threadmp.h
+++ b/cpukit/score/include/rtems/score/threadmp.h
@@ -62,14 +62,6 @@ Thread_Control *_Thread_MP_Find_proxy (
Objects_Id the_id
);
-/** @brief Pointer to MP Thread Control Block
- *
- * The following is used to determine when the multiprocessing receive
- * thread is executing so that a proxy can be allocated instead of
- * blocking the multiprocessing receive thread.
- */
-SCORE_EXTERN Thread_Control *_Thread_MP_Receive;
-
/** @brief Active Proxy Set
*
* The following chain is used to manage the active set proxies.