summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/schedulerprioritysmp.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/include/rtems/score/schedulerprioritysmp.h')
-rw-r--r--cpukit/score/include/rtems/score/schedulerprioritysmp.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/cpukit/score/include/rtems/score/schedulerprioritysmp.h b/cpukit/score/include/rtems/score/schedulerprioritysmp.h
index a22b323e93..267a488e14 100644
--- a/cpukit/score/include/rtems/score/schedulerprioritysmp.h
+++ b/cpukit/score/include/rtems/score/schedulerprioritysmp.h
@@ -79,7 +79,7 @@ typedef struct {
#define SCHEDULER_PRIORITY_SMP_ENTRY_POINTS \
{ \
_Scheduler_priority_SMP_Initialize, \
- _Scheduler_priority_SMP_Schedule, \
+ _Scheduler_default_Schedule, \
_Scheduler_priority_SMP_Yield, \
_Scheduler_priority_SMP_Block, \
_Scheduler_priority_SMP_Unblock, \
@@ -102,11 +102,6 @@ bool _Scheduler_priority_SMP_Allocate(
Thread_Control *thread
);
-void _Scheduler_priority_SMP_Schedule(
- const Scheduler_Control *scheduler,
- Thread_Control *thread
-);
-
void _Scheduler_priority_SMP_Block(
const Scheduler_Control *scheduler,
Thread_Control *thread