source: rtems/c/src/lib/libbsp/powerpc/dmv177/startup/bspclean.c @ 11c6a92d

4.104.114.84.95
Last change on this file since 11c6a92d was 11c6a92d, checked in by Joel Sherrill <joel.sherrill@…>, on 07/09/98 at 22:59:32

Commented out the system call invocation since we don't know what works
with this ROM monitor.

  • Property mode set to 100644
File size: 427 bytes
Line 
1/*
2 *  COPYRIGHT (c) 1989-1998.
3 *  On-Line Applications Research Corporation (OAR).
4 *  Copyright assigned to U.S. Government, 1994.
5 *
6 *  The license and distribution terms for this file may be
7 *  found in the file LICENSE in this distribution or at
8 *  http://www.OARcorp.com/rtems/license.html.
9 *
10 *  $Id$
11 */
12
13void bsp_cleanup( void )
14{
15#if 0
16  asm volatile( "li  10,99" );  /* 0x63 */
17  asm volatile( "sc" );
18#endif
19}
Note: See TracBrowser for help on using the repository browser.