forked from Imagelibrary/rtems
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.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user