summaryrefslogtreecommitdiffstats
path: root/cpukit/score/inline/rtems/score/objectmp.inl
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/inline/rtems/score/objectmp.inl')
-rw-r--r--cpukit/score/inline/rtems/score/objectmp.inl6
1 files changed, 3 insertions, 3 deletions
diff --git a/cpukit/score/inline/rtems/score/objectmp.inl b/cpukit/score/inline/rtems/score/objectmp.inl
index dda2799643..51ec7ec154 100644
--- a/cpukit/score/inline/rtems/score/objectmp.inl
+++ b/cpukit/score/inline/rtems/score/objectmp.inl
@@ -26,7 +26,7 @@
* This function allocates a Global Object control block.
*/
-STATIC INLINE Objects_MP_Control *_Objects_MP_Allocate_global_object (
+RTEMS_INLINE_ROUTINE Objects_MP_Control *_Objects_MP_Allocate_global_object (
void
)
{
@@ -43,7 +43,7 @@ STATIC INLINE Objects_MP_Control *_Objects_MP_Allocate_global_object (
* This routine deallocates a Global Object control block.
*/
-STATIC INLINE void _Objects_MP_Free_global_object (
+RTEMS_INLINE_ROUTINE void _Objects_MP_Free_global_object (
Objects_MP_Control *the_object
)
{
@@ -62,7 +62,7 @@ STATIC INLINE void _Objects_MP_Free_global_object (
* This function returns whether the global object is NULL or not.
*/
-STATIC INLINE boolean _Objects_MP_Is_null_global_object (
+RTEMS_INLINE_ROUTINE boolean _Objects_MP_Is_null_global_object (
Objects_MP_Control *the_object
)
{