source: rtems/bsps/sparc64/shared/start/halt.S @ 1554415e

5
Last change on this file since 1554415e was 1554415e, checked in by Sebastian Huber <sebastian.huber@…>, on 04/25/18 at 12:54:27

bsp/sparc64: Move asm.S to bsps and rename

This patch is a part of the BSP source reorganization.

Update #3285.

  • Property mode set to 100644
File size: 289 bytes
Line 
1/*
2 * Copyright (c) 2010. Gedare Bloom.
3 *
4 * The license and distribution terms for this file may be
5 * found in the file LICENSE in this distribution or at
6 * http://www.rtems.org/license/LICENSE.
7 */
8
9#include <rtems/asm.h>
10
11.text
12
13PUBLIC(halt)
14  .global halt
15  SYM(halt):
16        b halt
17        nop
Note: See TracBrowser for help on using the repository browser.