forked from Imagelibrary/rtems
2010-04-28 Joel Sherrill <joel.sherrilL@OARcorp.com>
* startup/bspclean.c, timer/timer.c: Remove warnings.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2010-04-28 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
* startup/bspclean.c, timer/timer.c: Remove warnings.
|
||||
|
||||
2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* make/custom/mvme147.cfg: Remove RTEMS_BSP_FAMILY.
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
* This routine returns control to 147Bug.
|
||||
*
|
||||
* COPYRIGHT (c) 1989-1999.
|
||||
* COPYRIGHT (c) 1989-2010.
|
||||
* On-Line Applications Research Corporation (OAR).
|
||||
*
|
||||
* The license and distribution terms for this file may be
|
||||
@@ -19,10 +19,10 @@
|
||||
#include <bsp.h>
|
||||
#include <rtems/clockdrv.h>
|
||||
|
||||
extern void start( void );
|
||||
|
||||
void bsp_return_to_monitor_trap(void)
|
||||
{
|
||||
extern void start( void );
|
||||
|
||||
register volatile void *start_addr;
|
||||
|
||||
m68k_set_vbr( 0 ); /* restore 147Bug vectors */
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
int Ttimer_val;
|
||||
bool benchmark_timer_find_average_overhead;
|
||||
|
||||
rtems_isr timerisr(void);
|
||||
rtems_isr_entry timerisr(rtems_vector_number);
|
||||
|
||||
void benchmark_timer_initialize(void)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user