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/coremsgsubmit.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'cpukit/score/src/coremsgsubmit.c') diff --git a/cpukit/score/src/coremsgsubmit.c b/cpukit/score/src/coremsgsubmit.c index 91fb332e76..68067cccb6 100644 --- a/cpukit/score/src/coremsgsubmit.c +++ b/cpukit/score/src/coremsgsubmit.c @@ -32,7 +32,6 @@ CORE_message_queue_Status _CORE_message_queue_Do_submit( size_t size, #if defined(RTEMS_MULTIPROCESSING) Thread_queue_MP_callout mp_callout, - Objects_Id mp_id, #endif CORE_message_queue_Submit_types submit_type, bool wait, @@ -57,7 +56,6 @@ CORE_message_queue_Status _CORE_message_queue_Do_submit( buffer, size, mp_callout, - mp_id, submit_type, lock_context ); -- cgit v1.2.3