summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/mpci.c
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2016-03-24 15:39:38 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2016-03-29 12:05:10 +0200
commita62c3aa39e383faf66e18d0abd35ada143425a49 (patch)
tree23e179075a8b3f842b2f96d9a6d90223fd793688 /cpukit/score/src/mpci.c
parentscore: Fix CORE mutex RTEMS_MULTIPROCESSING (diff)
downloadrtems-a62c3aa39e383faf66e18d0abd35ada143425a49.tar.bz2
score: Allow MPCI packet receive function to block
Diffstat (limited to 'cpukit/score/src/mpci.c')
-rw-r--r--cpukit/score/src/mpci.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpukit/score/src/mpci.c b/cpukit/score/src/mpci.c
index 132d3e542d..76ca4c8309 100644
--- a/cpukit/score/src/mpci.c
+++ b/cpukit/score/src/mpci.c
@@ -343,6 +343,8 @@ void _MPCI_Receive_server(
);
for ( ; ; ) {
+ executing->receive_packet = NULL;
+
the_packet = _MPCI_Receive_packet();
if ( !the_packet )