* mpc6xx/timer/timer.c: Added include of bsp.h and removed
	external declaration of BSP_Convert_decrementer() to
	correct unresolved reference to this routine.
This commit is contained in:
Joel Sherrill
2001-05-24 20:17:02 +00:00
parent 907af7dc2e
commit 133ddf2ed6
2 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,9 @@
2001-05-24 Tom Armistead <tom_armistead@phx.mcd.mot.com>
* mpc6xx/timer/timer.c: Added include of bsp.h and removed
external declaration of BSP_Convert_decrementer() to
correct unresolved reference to this routine.
2001-05-24 Eric Valette <valette@crf.canon.fr>
* mpc8xx/console-generic/console-generic.c: Bug found by Yacine

View File

@@ -17,6 +17,7 @@
#include <assert.h>
#include <rtems.h>
#include <libcpu/cpu.h>
#include <bsp.h>
rtems_unsigned64 Timer_driver_Start_time;
@@ -57,8 +58,6 @@ void Timer_initialize()
* Read_timer
*/
extern int BSP_Convert_decrementer( unsigned32 );
int Read_timer()
{
rtems_unsigned64 total64;