summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/bfin
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-08-31 17:19:10 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-08-31 17:19:10 +0000
commit18bfc42d67fb7cb7b5ba4deebc9448d1c5c36b76 (patch)
tree39e47a19dff3c464cc3f1ad6715a29c9fa90d82a /c/src/lib/libcpu/bfin
parent2008-08-31 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-18bfc42d67fb7cb7b5ba4deebc9448d1c5c36b76.tar.bz2
2008-08-31 Joel Sherrill <joel.sherrill@oarcorp.com>
* arm/at91rm9200/timer/timer.c, arm/lpc22xx/timer/timer.c, arm/mc9328mxl/timer/timer.c, arm/s3c2400/timer/timer.c, arm/s3c24xx/timer/timer.c, bfin/timer/timer.c, m68k/mcf5206/timer/timer.c, m68k/mcf5272/timer/timer.c: Rename timer driver methods to follow RTEMS programming conventions.
Diffstat (limited to 'c/src/lib/libcpu/bfin')
-rw-r--r--c/src/lib/libcpu/bfin/timer/timer.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/c/src/lib/libcpu/bfin/timer/timer.c b/c/src/lib/libcpu/bfin/timer/timer.c
index dc6d85e81d..8c288f37b0 100644
--- a/c/src/lib/libcpu/bfin/timer/timer.c
+++ b/c/src/lib/libcpu/bfin/timer/timer.c
@@ -88,16 +88,6 @@ int benchmark_timer_read( void )
}
}
-/*
- * Empty function call used in loops to measure basic cost of looping
- * in Timing Test Suite.
- */
-
-rtems_status_code benchmark_timer_empty_function( void )
-{
- return RTEMS_SUCCESSFUL;
-}
-
void benchmark_timer_disable_subtracting_average_overhead(
rtems_boolean find_flag
)