From 3efa03454f8f26e04441a5248e73a2bb86f9274a Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 28 Apr 2010 19:43:33 +0000 Subject: 2010-04-28 Joel Sherrill * startup/bspclean.c: Remove warnings. --- c/src/lib/libbsp/m68k/mvme162/startup/bspclean.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'c/src/lib/libbsp/m68k/mvme162/startup') 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 #include +extern void start( void ); + void bsp_return_to_monitor_trap(void) { - extern void start( void ); - page_table_teardown(); lcsr->intr_ena = 0; /* disable interrupts */ -- cgit v1.2.3