summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-10-18 15:26:56 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-10-18 15:26:56 +0000
commit8c18742708faea13f9f0d5c5fff4ba630d1a8e02 (patch)
tree299a509195c52ca2d3c5df5ef90df1351cf88099
parent2000-10-18 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-8c18742708faea13f9f0d5c5fff4ba630d1a8e02.tar.bz2
2000-10-18 Joel Sherrill <joel@OARcorp.com>
* mpc6xx/clock/c_clock.h: Removed commented out reference to <bsp.h>. * mpc6xx/timer/timer.c: Ditto.
-rw-r--r--c/src/lib/libcpu/powerpc/ChangeLog5
-rw-r--r--c/src/lib/libcpu/powerpc/mpc6xx/clock/c_clock.h6
-rw-r--r--c/src/lib/libcpu/powerpc/mpc6xx/timer/timer.c1
3 files changed, 5 insertions, 7 deletions
diff --git a/c/src/lib/libcpu/powerpc/ChangeLog b/c/src/lib/libcpu/powerpc/ChangeLog
index 786f2f8676..1cdea259ee 100644
--- a/c/src/lib/libcpu/powerpc/ChangeLog
+++ b/c/src/lib/libcpu/powerpc/ChangeLog
@@ -1,5 +1,10 @@
2000-10-18 Joel Sherrill <joel@OARcorp.com>
+ * mpc6xx/clock/c_clock.h: Removed commented out reference to <bsp.h>.
+ * mpc6xx/timer/timer.c: Ditto.
+
+2000-10-18 Joel Sherrill <joel@OARcorp.com>
+
* mpc6xx/clock/c_clock.c, mpc6xx/clock/c_clock.h: Removed use of
bsp.h and replaced it with use of proper interfaces or explicit
externs of required functions and data.
diff --git a/c/src/lib/libcpu/powerpc/mpc6xx/clock/c_clock.h b/c/src/lib/libcpu/powerpc/mpc6xx/clock/c_clock.h
index bfb7242c5e..67bf2ec722 100644
--- a/c/src/lib/libcpu/powerpc/mpc6xx/clock/c_clock.h
+++ b/c/src/lib/libcpu/powerpc/mpc6xx/clock/c_clock.h
@@ -24,7 +24,6 @@
#define _LIB_LIBCPU_C_CLOCK_H
#include <rtems.h>
-/* #include <bsp.h> */
/*
* These functions and variables represent the API exported by the
@@ -56,8 +55,3 @@ extern unsigned int BSP_processor_frequency;
extern unsigned int BSP_time_base_divisor;
#endif
-
-
-
-
-
diff --git a/c/src/lib/libcpu/powerpc/mpc6xx/timer/timer.c b/c/src/lib/libcpu/powerpc/mpc6xx/timer/timer.c
index 35abdc87ed..4aaf0fc8a7 100644
--- a/c/src/lib/libcpu/powerpc/mpc6xx/timer/timer.c
+++ b/c/src/lib/libcpu/powerpc/mpc6xx/timer/timer.c
@@ -21,7 +21,6 @@
#include <assert.h>
#include <rtems.h>
#include <libcpu/cpu.h>
-/* #include <bsp.h> */
rtems_unsigned64 Timer_driver_Start_time;