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/futex.c | 1 - 1 file changed, 1 deletion(-) (limited to 'cpukit/score/src/futex.c') diff --git a/cpukit/score/src/futex.c b/cpukit/score/src/futex.c index 59a625cb29..66085a8a0a 100644 --- a/cpukit/score/src/futex.c +++ b/cpukit/score/src/futex.c @@ -151,7 +151,6 @@ int _Futex_Wake( struct _Futex_Control *_futex, int count ) FUTEX_TQ_OPERATIONS, _Futex_Flush_filter, NULL, - 0, &lock_context.Base ); } -- cgit v1.2.3