From 0e9d5b69cccac14f02f8370e1f75d3ac714a4350 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 24 May 2016 13:15:47 +0200 Subject: 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(). --- cpukit/score/src/coremutexsurrender.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'cpukit/score/src/coremutexsurrender.c') 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 { -- cgit v1.2.3