2010-04-28 Joel Sherrill <joel.sherrilL@OARcorp.com>

* startup/bspclean.c, timer/timer.c: Remove warnings.
This commit is contained in:
Joel Sherrill
2010-04-28 19:43:31 +00:00
parent b76232549e
commit a89e5002c3
3 changed files with 8 additions and 4 deletions

View File

@@ -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.

View File

@@ -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 */

View File

@@ -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)
{