summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/schedulersimpleyield.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2011-05-17 19:49:26 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2011-05-17 19:49:26 +0000
commit2fa07e025c3e99fba5e23daa5e558700e4e8fcd4 (patch)
tree685b382576dce0a6f8ea82033f6184797b7003d4 /cpukit/score/src/schedulersimpleyield.c
parent2011-05-17 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-2fa07e025c3e99fba5e23daa5e558700e4e8fcd4.tar.bz2
2011-05-17 Joel Sherrill <joel.sherrill@oarcorp.com>
* score/inline/rtems/score/schedulersimple.inl, score/src/schedulersimpleyield.c: Fix violations of naming convention.
Diffstat (limited to 'cpukit/score/src/schedulersimpleyield.c')
-rw-r--r--cpukit/score/src/schedulersimpleyield.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/score/src/schedulersimpleyield.c b/cpukit/score/src/schedulersimpleyield.c
index 61e80db7e2..272a0f96d0 100644
--- a/cpukit/score/src/schedulersimpleyield.c
+++ b/cpukit/score/src/schedulersimpleyield.c
@@ -29,7 +29,7 @@ void _Scheduler_simple_Yield( void )
executing = _Thread_Executing;
_ISR_Disable( level );
- _Scheduler_simple_Ready_queue_Requeue(&_Scheduler, executing);
+ _Scheduler_simple_Ready_queue_requeue(&_Scheduler, executing);
_ISR_Flash( level );