From 2fa07e025c3e99fba5e23daa5e558700e4e8fcd4 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 17 May 2011 19:49:26 +0000 Subject: 2011-05-17 Joel Sherrill * score/inline/rtems/score/schedulersimple.inl, score/src/schedulersimpleyield.c: Fix violations of naming convention. --- cpukit/ChangeLog | 6 ++++++ cpukit/score/inline/rtems/score/schedulersimple.inl | 2 +- cpukit/score/src/schedulersimpleyield.c | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) (limited to 'cpukit') diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 7615aae0c1..4905ea87b2 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,9 @@ +2011-05-17 Joel Sherrill + + * score/inline/rtems/score/schedulersimple.inl, + score/src/schedulersimpleyield.c: Fix violations of naming + convention. + 2011-05-17 Joel Sherrill PR 1789/cpukit diff --git a/cpukit/score/inline/rtems/score/schedulersimple.inl b/cpukit/score/inline/rtems/score/schedulersimple.inl index 9d70540165..5e8178c025 100644 --- a/cpukit/score/inline/rtems/score/schedulersimple.inl +++ b/cpukit/score/inline/rtems/score/schedulersimple.inl @@ -35,7 +35,7 @@ * @param[in] the_ready_queue is a pointer to the ready queue head * @param[in] the_thread is the thread to be blocked */ -RTEMS_INLINE_ROUTINE void _Scheduler_simple_Ready_queue_Requeue( +RTEMS_INLINE_ROUTINE void _Scheduler_simple_Ready_queue_requeue( Scheduler_Control *the_ready_queue, Thread_Control *the_thread ) 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 ); -- cgit v1.2.3