summaryrefslogtreecommitdiffstats
path: root/cpukit/score/inline/rtems/score
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2011-12-03 05:43:19 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-12-03 05:43:19 +0000
commita10bf3725ddfb2dbc3d0edd2b88e3a3103bc36b6 (patch)
tree90fd145b45fd3e193dbbe17e76edd07c2d6ca4d8 /cpukit/score/inline/rtems/score
parent2011-12-03 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-a10bf3725ddfb2dbc3d0edd2b88e3a3103bc36b6.tar.bz2
2011-12-03 Ralf Corsépius <ralf.corsepius@rtems.org>
* score/inline/rtems/score/coremsg.inl (_CORE_message_queue_Send, _CORE_message_queue_Urgent):
Diffstat (limited to '')
-rw-r--r--cpukit/score/inline/rtems/score/coremsg.inl8
1 files changed, 0 insertions, 8 deletions
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 */