forked from Imagelibrary/rtems
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:
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user