forked from Imagelibrary/rtems
2011-12-03 Ralf Corsépius <ralf.corsepius@rtems.org>
* score/inline/rtems/score/coremsg.inl (_CORE_message_queue_Send, _CORE_message_queue_Urgent):
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
2011-12-03 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* 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.
|
||||
|
||||
|
||||
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user