summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sparc64/shared/asm/asm.S
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/sparc64/shared/asm/asm.S')
-rw-r--r--c/src/lib/libbsp/sparc64/shared/asm/asm.S19
1 files changed, 19 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/sparc64/shared/asm/asm.S b/c/src/lib/libbsp/sparc64/shared/asm/asm.S
new file mode 100644
index 0000000000..e6cbc4bb35
--- /dev/null
+++ b/c/src/lib/libbsp/sparc64/shared/asm/asm.S
@@ -0,0 +1,19 @@
+/*
+ * Copyright (c) 2010
+ * Gedare Bloom
+ *
+ * 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.
+ *
+ * $Id$
+ */
+
+#include <rtems/asm.h>
+
+.text
+
+PUBLIC(halt)
+ .global halt
+ SYM(halt):
+ b halt
+ nop