forked from Imagelibrary/rtems
2005-02-02 Ralf Corsepius <ralf.corsepius@rtems.org>
* include/tm27.h, timer/timer.c: #include <rtems/tic4x/c4xio.h> instead of <rtems/tic4x/c4xio.h>.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2005-02-02 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
|
* include/tm27.h, timer/timer.c: #include <rtems/tic4x/c4xio.h>
|
||||||
|
instead of <rtems/tic4x/c4xio.h>.
|
||||||
|
|
||||||
2005-01-07 Ralf Corsepius <ralf.corsepius@rtems.org>
|
2005-01-07 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
|
* Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
* Stuff for Time Test 27
|
* Stuff for Time Test 27
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <rtems/c4x/c4xio.h>
|
#include <rtems/tic4x/c4xio.h>
|
||||||
#define MUST_WAIT_FOR_INTERRUPT 0
|
#define MUST_WAIT_FOR_INTERRUPT 0
|
||||||
|
|
||||||
/* XXX */
|
/* XXX */
|
||||||
|
|||||||
@@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
#include <rtems.h>
|
#include <rtems.h>
|
||||||
#include <bsp.h>
|
#include <bsp.h>
|
||||||
#include <rtems/c4x/c4xio.h>
|
#include <rtems/tic4x/c4xio.h>
|
||||||
|
|
||||||
uint32_t Timer_interrupts;
|
uint32_t Timer_interrupts;
|
||||||
rtems_boolean Timer_driver_Find_average_overhead;
|
rtems_boolean Timer_driver_Find_average_overhead;
|
||||||
|
|||||||
Reference in New Issue
Block a user