[rtems commit] threaddispatch.c: Fix typo

Joel Sherrill joel at rtems.org
Tue Oct 2 18:24:55 UTC 2012


Module:    rtems
Branch:    master
Commit:    8896c976216946c7a6825246b05bcbbc8873fc7c
Changeset: http://git.rtems.org/rtems/commit/?id=8896c976216946c7a6825246b05bcbbc8873fc7c

Author:    Joel Sherrill <joel.sherrill at oarcorp.com>
Date:      Tue Oct  2 13:28:08 2012 -0500

threaddispatch.c: Fix typo

---

 cpukit/score/src/threaddispatch.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/cpukit/score/src/threaddispatch.c b/cpukit/score/src/threaddispatch.c
index c8bc006..672a099 100644
--- a/cpukit/score/src/threaddispatch.c
+++ b/cpukit/score/src/threaddispatch.c
@@ -109,7 +109,7 @@ void _Thread_Dispatch( void )
       }
     #else
       {
-        TOD_Get_uptime( &_Thread_Time_of_last_context_switch );
+        _TOD_Get_uptime( &_Thread_Time_of_last_context_switch );
         heir->cpu_time_used++;
       }
     #endif




More information about the vc mailing list