summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-08-19 16:30:24 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-08-19 16:30:24 +0000
commitd09713340eb092c97a3ba97bddb3b1aeb82fc05f (patch)
tree56c4c470cf9434becf7fb4a5b84eb82370717eb0 /c
parent2009-08-19 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-d09713340eb092c97a3ba97bddb3b1aeb82fc05f.tar.bz2
2009-08-19 Joel Sherrill <joel.sherrill@OARcorp.com>
* startup/ithread.S: Removed. Now bspidle.S.
Diffstat (limited to 'c')
-rw-r--r--c/src/lib/libbsp/sparc/leon3/ChangeLog4
-rw-r--r--c/src/lib/libbsp/sparc/leon3/startup/ithread.S31
2 files changed, 4 insertions, 31 deletions
diff --git a/c/src/lib/libbsp/sparc/leon3/ChangeLog b/c/src/lib/libbsp/sparc/leon3/ChangeLog
index 73b0d080ff..ed1fa00976 100644
--- a/c/src/lib/libbsp/sparc/leon3/ChangeLog
+++ b/c/src/lib/libbsp/sparc/leon3/ChangeLog
@@ -1,5 +1,9 @@
2009-08-19 Joel Sherrill <joel.sherrill@OARcorp.com>
+ * startup/ithread.S: Removed. Now bspidle.S.
+
+2009-08-19 Joel Sherrill <joel.sherrill@OARcorp.com>
+
* Makefile.am, console/console.c, console/debugputs.c, include/bsp.h,
startup/setvec.c: Split idle method into its own file. Properly note
to confdefs.h that this BSP has its own idle thread. Also address use
diff --git a/c/src/lib/libbsp/sparc/leon3/startup/ithread.S b/c/src/lib/libbsp/sparc/leon3/startup/ithread.S
deleted file mode 100644
index 0d2b567d02..0000000000
--- a/c/src/lib/libbsp/sparc/leon3/startup/ithread.S
+++ /dev/null
@@ -1,31 +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.com/license/LICENSE.
- *
- *
- * $Id$
- */
-
-
-
-#include <rtems/asm.h>
-
-/* LEON specific power-down function */
-
- .align 4
- PUBLIC(_CPU_Thread_Idle_body)
-SYM(_CPU_Thread_Idle_body):
-pwdloop: mov %g0, %asr19
- ba pwdloop
- nop
- retl
- nop
-