summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2014-06-12 08:43:25 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2014-06-12 08:43:25 +0200
commit6f4993e21afd887a640d4276c44d4b52d40575d4 (patch)
treee1fa92071ae98d35d4145ed03a746b5ffe42eec7
parent897a0935195e4130cd1622a586d94a3c8c2c5538 (diff)
score: Add missing inline
-rw-r--r--cpukit/score/include/rtems/score/schedulersmpimpl.h4
1 files 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