summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sparc/leon3/startup/bspidle.S
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/sparc/leon3/startup/bspidle.S')
-rw-r--r--c/src/lib/libbsp/sparc/leon3/startup/bspidle.S28
1 files changed, 0 insertions, 28 deletions
diff --git a/c/src/lib/libbsp/sparc/leon3/startup/bspidle.S b/c/src/lib/libbsp/sparc/leon3/startup/bspidle.S
deleted file mode 100644
index 8557ff42a1..0000000000
--- a/c/src/lib/libbsp/sparc/leon3/startup/bspidle.S
+++ /dev/null
@@ -1,28 +0,0 @@
-/*
- * Idle Thread Body
- *
- * This routine puts LEON3 in power-down mode.
- *
- * COPYRIGHT (c) 2004.
- * Gaisler Research.
- *
- * 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>
-
-/* LEON specific power-down function */
-
- .align 4
- PUBLIC(bsp_idle_thread)
- PUBLIC(leon3_power_down_loop)
-SYM(bsp_idle_thread):
-SYM(leon3_power_down_loop):
-pwdloop: mov %g0, %asr19
- lda [%sp] 1, %g0 ! Needed for UT699 and GR712
- ba,a pwdloop
- nop