forked from Imagelibrary/rtems
2010-04-28 Joel Sherrill <joel.sherrilL@OARcorp.com>
* startup/bspclean.c: Remove warnings.
This commit is contained in:
@@ -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>
|
||||
|
||||
* make/custom/mvme136.cfg: Remove RTEMS_BSP_FAMILY.
|
||||
|
||||
@@ -16,10 +16,10 @@
|
||||
#include <rtems/clockdrv.h>
|
||||
#include <rtems/zilog/z8036.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 135Bug vectors */
|
||||
|
||||
@@ -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>
|
||||
|
||||
* make/custom/mvme162.cfg: Remove RTEMS_BSP_FAMILY.
|
||||
|
||||
@@ -1,14 +1,13 @@
|
||||
/*
|
||||
* This routine returns control to 162Bug.
|
||||
*
|
||||
* COPYRIGHT (c) 1989-1999.
|
||||
* COPYRIGHT (c) 1989-2010.
|
||||
* On-Line Applications Research Corporation (OAR).
|
||||
*
|
||||
* The license and distribution terms for this file may be
|
||||
* found in the file LICENSE in this distribution or at
|
||||
* http://www.rtems.com/license/LICENSE.
|
||||
*
|
||||
*
|
||||
* Modifications of respective RTEMS file: COPYRIGHT (c) 1994.
|
||||
* EISCAT Scientific Association. M.Savitski
|
||||
*
|
||||
@@ -24,10 +23,10 @@
|
||||
#include <rtems/zilog/z8036.h>
|
||||
#include <page_table.h>
|
||||
|
||||
extern void start( void );
|
||||
|
||||
void bsp_return_to_monitor_trap(void)
|
||||
{
|
||||
extern void start( void );
|
||||
|
||||
page_table_teardown();
|
||||
|
||||
lcsr->intr_ena = 0; /* disable interrupts */
|
||||
|
||||
Reference in New Issue
Block a user