summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/powerpc
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-04-03 19:08:19 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-04-03 19:08:19 +0000
commitb05938a30dd9e3409f0593a0e1bca41d33113f31 (patch)
treed14abdc669962290761e76d70fe1d8c28d674980 /c/src/lib/libcpu/powerpc
parent2002-04-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-b05938a30dd9e3409f0593a0e1bca41d33113f31.tar.bz2
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.
Diffstat (limited to 'c/src/lib/libcpu/powerpc')
-rw-r--r--c/src/lib/libcpu/powerpc/ChangeLog9
-rw-r--r--c/src/lib/libcpu/powerpc/mpc8xx/timer/timer.c2
2 files changed, 9 insertions, 2 deletions
diff --git a/c/src/lib/libcpu/powerpc/ChangeLog b/c/src/lib/libcpu/powerpc/ChangeLog
index d4db734e29..6a8c49154a 100644
--- a/c/src/lib/libcpu/powerpc/ChangeLog
+++ b/c/src/lib/libcpu/powerpc/ChangeLog
@@ -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
diff --git a/c/src/lib/libcpu/powerpc/mpc8xx/timer/timer.c b/c/src/lib/libcpu/powerpc/mpc8xx/timer/timer.c
index b75503f381..68d3583433 100644
--- a/c/src/lib/libcpu/powerpc/mpc8xx/timer/timer.c
+++ b/c/src/lib/libcpu/powerpc/mpc8xx/timer/timer.c
@@ -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)