source: rtems/c/src/lib/libbsp/powerpc/dmv177/startup/bspclean.c @ 825a2bb

4.104.114.84.95
Last change on this file since 825a2bb was 55b517c, checked in by Joel Sherrill <joel.sherrill@…>, on 05/30/98 at 10:32:19

Rewrote in C to avoid Makefile problems.

  • Property mode set to 100644
File size: 414 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  asm volatile( "li  10,99" );  /* 0x63 */
16  asm volatile( "sc" );
17}
Note: See TracBrowser for help on using the repository browser.