summaryrefslogtreecommitdiff
path: root/cpukit/score/include/rtems/score/schedulersmpimpl.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/include/rtems/score/schedulersmpimpl.h')
-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