summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/a29k/timer/timer.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-09-25 19:06:25 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-09-25 19:06:25 +0000
commit2a1ca73cbc1d68420c676f744da7ccd2d2f9e0f6 (patch)
tree6bf65fec4ffc80b5021dddc43412bf92bdb0d097 /c/src/lib/libcpu/a29k/timer/timer.c
parent2000-09-25 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-2a1ca73cbc1d68420c676f744da7ccd2d2f9e0f6.tar.bz2
2000-09-25 Joel Sherrill <joel@OARcorp.com>
* clock/ckinit.c: Removed include of <bsp.h>. Also switch to macros to get configuration data. * timer/timer.c: Removed include of <bsp.h>. Fixed comment that said 4650 (a mips part).
Diffstat (limited to '')
-rw-r--r--c/src/lib/libcpu/a29k/timer/timer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/c/src/lib/libcpu/a29k/timer/timer.c b/c/src/lib/libcpu/a29k/timer/timer.c
index 1391106828..3f0979895c 100644
--- a/c/src/lib/libcpu/a29k/timer/timer.c
+++ b/c/src/lib/libcpu/a29k/timer/timer.c
@@ -24,7 +24,7 @@ static char _sccsid[] = "@(#)timer.c 05/07/96 1.4\n";
#endif
#include <rtems.h>
-#include <bsp.h>
+/* #include <bsp.h> */
#define CLOCKS_PER_MICROSECOND ( CPU_CLOCK_RATE_MHZ )
#define TIMER_MAX_VALUE 0xffffffff
@@ -45,7 +45,7 @@ void Timer_initialize( void )
* Somehow start the timer
*/
- /* Timer on 4650 is always running */
+ /* Timer is always running */
}
/*