2001-04-03 Joel Sherrill <joel@OARcorp.com>

* Closed PR57.  The hack is OK as it allows a BSP to override
	or not at its discretion.
	* mpc8xx/timer/timer.c: Removed #warning declaring providing a
	default definition for the macros
	rtems_cpu_configuration_get_timer_least_valid and
	rtems_cpu_configuration_get_timer_average_overhead.
This commit is contained in:
Joel Sherrill
2002-04-03 19:08:19 +00:00
parent becf77e6c9
commit b05938a30d
2 changed files with 9 additions and 2 deletions

View File

@@ -1,3 +1,12 @@
2001-04-03 Joel Sherrill <joel@OARcorp.com>
* Closed PR57. The hack is OK as it allows a BSP to override
or not at its discretion.
* mpc8xx/timer/timer.c: Removed #warning declaring providing a
default definition for the macros
rtems_cpu_configuration_get_timer_least_valid and
rtems_cpu_configuration_get_timer_average_overhead.
2002-02-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* shared/include/byteorder.h: Use unsigned instead of __unsigned

View File

@@ -71,12 +71,10 @@ void Timer_initialize(void)
#ifndef rtems_cpu_configuration_get_timer_least_valid
#define rtems_cpu_configuration_get_timer_least_valid() 0
#warning "rtems_cpu_configuration_get_timer_least_valid HACK tripped!"
#endif
#ifndef rtems_cpu_configuration_get_timer_average_overhead
#define rtems_cpu_configuration_get_timer_average_overhead() 0
#warning "rtems_cpu_configuration_get_timer_average_overhead HACK tripped!"
#endif
int Read_timer(void)