summaryrefslogtreecommitdiffstats
path: root/cpukit/score/inline/rtems/score
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2011-05-12 13:54:30 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2011-05-12 13:54:30 +0000
commit68c6900dd2a472d0b48f86e9694bde15fcc8d979 (patch)
tree6dae400f1ea76a9dd51f8eb7ede0c8545b7fab50 /cpukit/score/inline/rtems/score
parent2011-05-12 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-68c6900dd2a472d0b48f86e9694bde15fcc8d979.tar.bz2
2011-05-12 Joel Sherrill <joel.sherrilL@OARcorp.com>
* score/include/rtems/score/schedulersimple.h, score/inline/rtems/score/schedulersimple.inl, score/src/schedulersimpleenqueue.c, score/src/schedulersimpleenqueuefirst.c, score/src/schedulersimplereadyqueueenqueue.c, score/src/schedulersimplereadyqueueenqueuefirst.c, score/src/schedulersimpleunblock.c: Correct names as pointed out by Gedare.
Diffstat (limited to 'cpukit/score/inline/rtems/score')
-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 );
}
/**@}*/