summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cpukit/score/src/mpci.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/cpukit/score/src/mpci.c b/cpukit/score/src/mpci.c
index 3a63efba91..5944da3a97 100644
--- a/cpukit/score/src/mpci.c
+++ b/cpukit/score/src/mpci.c
@@ -201,8 +201,6 @@ uint32_t _MPCI_Send_request_packet (
executing->Wait.id = the_packet->id;
- executing->Wait.queue = &_MPCI_Remote_blocked_threads;
-
_Thread_Disable_dispatch();
(*_MPCI_table->send_packet)( destination, the_packet );