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

* startup/bspclean.c: Remove warnings.
This commit is contained in:
Joel Sherrill
2010-04-28 19:43:33 +00:00
parent a89e5002c3
commit 3efa03454f
4 changed files with 13 additions and 6 deletions

View File

@@ -1,3 +1,7 @@
2010-04-28 Joel Sherrill <joel.sherrilL@OARcorp.com>
* startup/bspclean.c: Remove warnings.
2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org> 2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
* make/custom/mvme136.cfg: Remove RTEMS_BSP_FAMILY. * make/custom/mvme136.cfg: Remove RTEMS_BSP_FAMILY.

View File

@@ -16,10 +16,10 @@
#include <rtems/clockdrv.h> #include <rtems/clockdrv.h>
#include <rtems/zilog/z8036.h> #include <rtems/zilog/z8036.h>
extern void start( void );
void bsp_return_to_monitor_trap(void) void bsp_return_to_monitor_trap(void)
{ {
extern void start( void );
register volatile void *start_addr; register volatile void *start_addr;
m68k_set_vbr( 0 ); /* restore 135Bug vectors */ m68k_set_vbr( 0 ); /* restore 135Bug vectors */

View File

@@ -1,3 +1,7 @@
2010-04-28 Joel Sherrill <joel.sherrilL@OARcorp.com>
* startup/bspclean.c: Remove warnings.
2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org> 2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
* make/custom/mvme162.cfg: Remove RTEMS_BSP_FAMILY. * make/custom/mvme162.cfg: Remove RTEMS_BSP_FAMILY.

View File

@@ -1,14 +1,13 @@
/* /*
* This routine returns control to 162Bug. * This routine returns control to 162Bug.
* *
* COPYRIGHT (c) 1989-1999. * COPYRIGHT (c) 1989-2010.
* On-Line Applications Research Corporation (OAR). * On-Line Applications Research Corporation (OAR).
* *
* The license and distribution terms for this file may be * The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE. * http://www.rtems.com/license/LICENSE.
* *
*
* Modifications of respective RTEMS file: COPYRIGHT (c) 1994. * Modifications of respective RTEMS file: COPYRIGHT (c) 1994.
* EISCAT Scientific Association. M.Savitski * EISCAT Scientific Association. M.Savitski
* *
@@ -24,10 +23,10 @@
#include <rtems/zilog/z8036.h> #include <rtems/zilog/z8036.h>
#include <page_table.h> #include <page_table.h>
extern void start( void );
void bsp_return_to_monitor_trap(void) void bsp_return_to_monitor_trap(void)
{ {
extern void start( void );
page_table_teardown(); page_table_teardown();
lcsr->intr_ena = 0; /* disable interrupts */ lcsr->intr_ena = 0; /* disable interrupts */