2009-08-19 Joel Sherrill <joel.sherrill@OARcorp.com>

* startup/ithread.S: Removed. Now bspidle.S.
This commit is contained in:
Joel Sherrill
2009-08-19 16:30:24 +00:00
parent 56035ca340
commit d09713340e
2 changed files with 4 additions and 31 deletions

View File

@@ -1,3 +1,7 @@
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,

View File

@@ -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