summaryrefslogtreecommitdiffstats
path: root/cpukit/score/inline/rtems/score/schedulersimple.inl
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/inline/rtems/score/schedulersimple.inl')
-rw-r--r--cpukit/score/inline/rtems/score/schedulersimple.inl2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/score/inline/rtems/score/schedulersimple.inl b/cpukit/score/inline/rtems/score/schedulersimple.inl
index 0996efc896..9d70540165 100644
--- a/cpukit/score/inline/rtems/score/schedulersimple.inl
+++ b/cpukit/score/inline/rtems/score/schedulersimple.inl
@@ -44,7 +44,7 @@ RTEMS_INLINE_ROUTINE void _Scheduler_simple_Ready_queue_Requeue(
_Chain_Extract_unprotected( &the_thread->Object.Node );
/* enqueue */
- _Scheduler_simple_Ready_queue_Enqueue( the_thread );
+ _Scheduler_simple_Ready_queue_enqueue( the_thread );
}
/**@}*/