From 6f4993e21afd887a640d4276c44d4b52d40575d4 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 12 Jun 2014 08:43:25 +0200 Subject: score: Add missing inline --- cpukit/score/include/rtems/score/schedulersmpimpl.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cpukit/score/include/rtems/score/schedulersmpimpl.h b/cpukit/score/include/rtems/score/schedulersmpimpl.h index c3b0ab3864..e74a7cd50f 100644 --- a/cpukit/score/include/rtems/score/schedulersmpimpl.h +++ b/cpukit/score/include/rtems/score/schedulersmpimpl.h @@ -395,7 +395,7 @@ static inline void _Scheduler_SMP_Update_heir( } } -static void _Scheduler_SMP_Allocate_processor( +static inline void _Scheduler_SMP_Allocate_processor( Scheduler_SMP_Context *self, Thread_Control *scheduled, Thread_Control *victim @@ -433,7 +433,7 @@ static void _Scheduler_SMP_Allocate_processor( } } -static Thread_Control *_Scheduler_SMP_Get_lowest_scheduled( +static inline Thread_Control *_Scheduler_SMP_Get_lowest_scheduled( Scheduler_Context *context, Thread_Control *filter, Chain_Node_order order -- cgit v1.2.3