From a10bf3725ddfb2dbc3d0edd2b88e3a3103bc36b6 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sat, 3 Dec 2011 05:43:19 +0000 Subject: =?UTF-8?q?2011-12-03=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * score/inline/rtems/score/coremsg.inl (_CORE_message_queue_Send, _CORE_message_queue_Urgent): --- cpukit/ChangeLog | 3 +++ cpukit/score/inline/rtems/score/coremsg.inl | 8 -------- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index b40e0bb3f0..17de72869c 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,5 +1,8 @@ 2011-12-03 Ralf Corsépius + * score/inline/rtems/score/coremsg.inl (_CORE_message_queue_Send, + _CORE_message_queue_Urgent): + Pass through api_message_queue_mp_support parameter. * posix/src/aio_misc.c: Make rtems_aio_move_to_work, rtems_aio_insert_prio static. diff --git a/cpukit/score/inline/rtems/score/coremsg.inl b/cpukit/score/inline/rtems/score/coremsg.inl index 5ec313af9a..eaa00b7fe5 100644 --- a/cpukit/score/inline/rtems/score/coremsg.inl +++ b/cpukit/score/inline/rtems/score/coremsg.inl @@ -48,11 +48,7 @@ RTEMS_INLINE_ROUTINE CORE_message_queue_Status _CORE_message_queue_Send( buffer, size, id, -#if defined(RTEMS_MULTIPROCESSING) api_message_queue_mp_support, -#else - NULL, -#endif CORE_MESSAGE_QUEUE_SEND_REQUEST, wait, /* sender may block */ timeout /* timeout interval */ @@ -77,11 +73,7 @@ RTEMS_INLINE_ROUTINE CORE_message_queue_Status _CORE_message_queue_Urgent( buffer, size, id, -#if defined(RTEMS_MULTIPROCESSING) api_message_queue_mp_support, -#else - NULL, -#endif CORE_MESSAGE_QUEUE_URGENT_REQUEST, wait, /* sender may block */ timeout /* timeout interval */ -- cgit v1.2.3