summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/coremutexsurrender.c
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2016-05-24 13:15:47 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2016-05-25 12:43:53 +0200
commit0e9d5b69cccac14f02f8370e1f75d3ac714a4350 (patch)
treed2bcd5c3b216ba018d8b11e58c8170014fc83f38 /cpukit/score/src/coremutexsurrender.c
parentconfdefs.h: Fix heap alloc size estimate (diff)
downloadrtems-0e9d5b69cccac14f02f8370e1f75d3ac714a4350.tar.bz2
mpci: Fix thread queue flush method
We must call the MP callout for proxies if we unblock them after a thread queue extraction. This was missing in _Thread_queue_Flush_critical(). Move thread remove timer and unblock code to new function _Thread_Remove_timer_and_unblock().
Diffstat (limited to '')
-rw-r--r--cpukit/score/src/coremutexsurrender.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/cpukit/score/src/coremutexsurrender.c b/cpukit/score/src/coremutexsurrender.c
index cf6f0968b6..6fcbc434f7 100644
--- a/cpukit/score/src/coremutexsurrender.c
+++ b/cpukit/score/src/coremutexsurrender.c
@@ -157,8 +157,6 @@ CORE_mutex_Status _CORE_mutex_Do_surrender(
unblock,
&the_mutex->Wait_queue.Queue,
the_thread,
- mp_callout,
- mp_id,
lock_context
);
} else {