summaryrefslogtreecommitdiffstats
path: root/cpukit/score/inline/rtems/score/threadmp.inl
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cpukit/score/inline/rtems/score/threadmp.inl4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/score/inline/rtems/score/threadmp.inl b/cpukit/score/inline/rtems/score/threadmp.inl
index f16f64e48a..0451baf35e 100644
--- a/cpukit/score/inline/rtems/score/threadmp.inl
+++ b/cpukit/score/inline/rtems/score/threadmp.inl
@@ -27,7 +27,7 @@
* multiprocessing receive thread.
*/
-STATIC INLINE boolean _Thread_MP_Is_receive (
+RTEMS_INLINE_ROUTINE boolean _Thread_MP_Is_receive (
Thread_Control *the_thread
)
{
@@ -44,7 +44,7 @@ STATIC INLINE boolean _Thread_MP_Is_receive (
* inactive chain of free proxy control blocks.
*/
-STATIC INLINE void _Thread_MP_Free_proxy (
+RTEMS_INLINE_ROUTINE void _Thread_MP_Free_proxy (
Thread_Control *the_thread
)
{