source: rtems/c/src/lib/libbsp/powerpc/psim/startup/bspclean.c @ 001b4162

4.104.114.95
Last change on this file since 001b4162 was 9d2bdb5, checked in by Joel Sherrill <joel.sherrill@…>, on 09/04/03 at 18:52:31

2003-09-04 Joel Sherrill <joel@…>

  • console/console-io.c, include/bsp.h, include/coverhd.h, shmsupp/addrconv.c, shmsupp/getcfg.c, shmsupp/lock.c, shmsupp/mpisr.c, startup/bspclean.c, startup/bspstart.c, startup/linkcmds, startup/setvec.c, tools/psim, tools/runtest, vectors/vectors.S: URL for license changed.
  • Property mode set to 100644
File size: 360 bytes
Line 
1/*
2 *  COPYRIGHT (c) 1989-1999.
3 *  On-Line Applications Research Corporation (OAR).
4 *
5 *  The license and distribution terms for this file may be
6 *  found in the file LICENSE in this distribution or at
7 *  http://www.rtems.com/license/LICENSE.
8 *
9 *  $Id$
10 */
11
12void bsp_cleanup( void )
13{
14  asm volatile( "li  10,99" );  /* 0x63 */
15  asm volatile( "sc" );
16}
Note: See TracBrowser for help on using the repository browser.