summaryrefslogtreecommitdiffstats
path: root/bsps/sparc64/shared/start/halt.S
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/sparc64/shared/start/halt.S')
-rw-r--r--bsps/sparc64/shared/start/halt.S17
1 files changed, 17 insertions, 0 deletions
diff --git a/bsps/sparc64/shared/start/halt.S b/bsps/sparc64/shared/start/halt.S
new file mode 100644
index 0000000000..41a5c38afb
--- /dev/null
+++ b/bsps/sparc64/shared/start/halt.S
@@ -0,0 +1,17 @@
+/*
+ * 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.org/license/LICENSE.
+ */
+
+#include <rtems/asm.h>
+
+.text
+
+PUBLIC(halt)
+ .global halt
+ SYM(halt):
+ b halt
+ nop