summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/threadready.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/src/threadready.c')
-rw-r--r--cpukit/score/src/threadready.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/score/src/threadready.c b/cpukit/score/src/threadready.c
index d50debeff5..b79d8db84d 100644
--- a/cpukit/score/src/threadready.c
+++ b/cpukit/score/src/threadready.c
@@ -32,7 +32,7 @@ void _Thread_Ready(
the_thread->current_state = STATES_READY;
- _Scheduler_Unblock( _Scheduler_Get( the_thread ), the_thread );
+ _Scheduler_Unblock( the_thread );
_ISR_Enable( level );
}