summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/mvme162/startup
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-04-28 19:43:33 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-04-28 19:43:33 +0000
commit3efa03454f8f26e04441a5248e73a2bb86f9274a (patch)
tree7889f33e139bfb4ed4b5085c107e28b7a745d3f4 /c/src/lib/libbsp/m68k/mvme162/startup
parent2010-04-28 Joel Sherrill <joel.sherrilL@OARcorp.com> (diff)
downloadrtems-3efa03454f8f26e04441a5248e73a2bb86f9274a.tar.bz2
2010-04-28 Joel Sherrill <joel.sherrilL@OARcorp.com>
* startup/bspclean.c: Remove warnings.
Diffstat (limited to 'c/src/lib/libbsp/m68k/mvme162/startup')
-rw-r--r--c/src/lib/libbsp/m68k/mvme162/startup/bspclean.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/c/src/lib/libbsp/m68k/mvme162/startup/bspclean.c b/c/src/lib/libbsp/m68k/mvme162/startup/bspclean.c
index 482891be5e..c7f0807e68 100644
--- a/c/src/lib/libbsp/m68k/mvme162/startup/bspclean.c
+++ b/c/src/lib/libbsp/m68k/mvme162/startup/bspclean.c
@@ -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 */