summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/schedulerpriorityblock.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/src/schedulerpriorityblock.c')
-rw-r--r--cpukit/score/src/schedulerpriorityblock.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/cpukit/score/src/schedulerpriorityblock.c b/cpukit/score/src/schedulerpriorityblock.c
index 7d24d17514..259d6f00e8 100644
--- a/cpukit/score/src/schedulerpriorityblock.c
+++ b/cpukit/score/src/schedulerpriorityblock.c
@@ -22,12 +22,10 @@
#include <rtems/score/schedulerpriorityimpl.h>
-void _Scheduler_priority_Block(
- Thread_Control *the_thread
-)
+void _Scheduler_priority_Block( Thread_Control *the_thread )
{
_Scheduler_Generic_block(
- _Scheduler_priority_Ready_queue_extract,
+ _Scheduler_priority_Extract_body,
_Scheduler_priority_Schedule_body,
the_thread
);