summaryrefslogtreecommitdiffstats
path: root/testsuites/tmtests/tm08
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-08-10 14:49:56 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-08-10 14:49:56 +0000
commitec5c898b410a6a4bee0431a573eedd0394a94e97 (patch)
treee1045f14f61e9369d4ced6e8348a5ec6f7733cd0 /testsuites/tmtests/tm08
parent2009-08-10 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-ec5c898b410a6a4bee0431a573eedd0394a94e97.tar.bz2
2009-08-10 Joel Sherrill <joel.sherrill@oarcorp.com>
* tm08/task1.c: Convert calls to legacy routine rtems_clock_get( RTEMS_CLOCK_GET_TOD, ..) to rtems_clock_get_tod(..).
Diffstat (limited to 'testsuites/tmtests/tm08')
-rw-r--r--testsuites/tmtests/tm08/task1.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuites/tmtests/tm08/task1.c b/testsuites/tmtests/tm08/task1.c
index 7e3f149bd9..11f98b442d 100644
--- a/testsuites/tmtests/tm08/task1.c
+++ b/testsuites/tmtests/tm08/task1.c
@@ -225,11 +225,11 @@ rtems_task test_task(
benchmark_timer_initialize();
for ( index=1 ; index <= OPERATION_COUNT ; index++ )
- (void) rtems_clock_get( RTEMS_CLOCK_GET_TOD, &time );
+ (void) rtems_clock_get_tod( &time );
end_time = benchmark_timer_read();
put_time(
- "rtems_clock_get",
+ "rtems_clock_get_tod",
end_time,
OPERATION_COUNT,
overhead,