summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/schedulersimplechangepriority.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/src/schedulersimplechangepriority.c')
-rw-r--r--cpukit/score/src/schedulersimplechangepriority.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpukit/score/src/schedulersimplechangepriority.c b/cpukit/score/src/schedulersimplechangepriority.c
index b8638ad28c..9b94b3ab26 100644
--- a/cpukit/score/src/schedulersimplechangepriority.c
+++ b/cpukit/score/src/schedulersimplechangepriority.c
@@ -39,5 +39,7 @@ Scheduler_Void_or_thread _Scheduler_simple_Change_priority(
_Scheduler_simple_Insert_priority_fifo( &context->Ready, the_thread );
}
+ _Scheduler_simple_Schedule_body( scheduler, the_thread, false );
+
SCHEDULER_RETURN_VOID_OR_NULL;
}