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.
This commit is contained in:
Joel Sherrill
2008-08-31 17:19:10 +00:00
parent 19b222386f
commit 18bfc42d67
9 changed files with 52 additions and 138 deletions

View File

@@ -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
)