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

@@ -138,23 +138,6 @@ benchmark_timer_read( void )
return (total - AVG_OVERHEAD);
}
/* benchmark_timer_empty_function --
* Empty function call used in loops to measure basic cost of looping
* in Timing Test Suite.
*
* PARAMETERS:
* none
*
* RETURNS:
* RTEMS_SUCCESSFUL
*/
rtems_status_code
benchmark_timer_empty_function(void)
{
return RTEMS_SUCCESSFUL;
}
/* benchmark_timer_disable_subtracting_average_overhead --
* This routine is invoked by the "Check Timer" (tmck) test in the
* RTEMS Timing Test Suite. It makes the benchmark_timer_read routine not

View File

@@ -140,23 +140,6 @@ benchmark_timer_read( void )
return (total - AVG_OVERHEAD);
}
/* benchmark_timer_empty_function --
* Empty function call used in loops to measure basic cost of looping
* in Timing Test Suite.
*
* PARAMETERS:
* none
*
* RETURNS:
* RTEMS_SUCCESSFUL
*/
rtems_status_code
benchmark_timer_empty_function(void)
{
return RTEMS_SUCCESSFUL;
}
/* benchmark_timer_disable_subtracting_average_overhead --
* This routine is invoked by the "Check Timer" (tmck) test in the
* RTEMS Timing Test Suite. It makes the benchmark_timer_read routine not