From c3d8d9e0bf8b86d7ca8a51adbf1bbeaaf69f82cf Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 23 May 2016 06:55:49 +0200 Subject: score: Get rid of mp_id parameter Get rid of the mp_id parameter used for some thread queue methods. Use THREAD_QUEUE_QUEUE_TO_OBJECT() instead. --- cpukit/score/src/condition.c | 1 - 1 file changed, 1 deletion(-) (limited to 'cpukit/score/src/condition.c') diff --git a/cpukit/score/src/condition.c b/cpukit/score/src/condition.c index ba255fc5d2..fcd93b201b 100644 --- a/cpukit/score/src/condition.c +++ b/cpukit/score/src/condition.c @@ -267,7 +267,6 @@ static void _Condition_Wake( struct _Condition_Control *_condition, int count ) CONDITION_TQ_OPERATIONS, _Condition_Flush_filter, NULL, - 0, &lock_context.Base ); } -- cgit v1.2.3