From 503dc05890731954e899d63a8baecabac573e22b Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 3 Jul 1996 14:20:03 +0000 Subject: switched from "STATIC INLINE" to "RTEMS_INLINE_ROUTINE" --- cpukit/score/inline/rtems/score/threadmp.inl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpukit/score/inline/rtems/score/threadmp.inl') 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 ) { -- cgit v1.2.3