forked from Imagelibrary/rtems
2009-08-19 Joel Sherrill <joel.sherrill@OARcorp.com>
* startup/ithread.S: Removed. Now bspidle.S.
This commit is contained in:
@@ -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>
|
2009-08-19 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
* Makefile.am, console/console.c, console/debugputs.c, include/bsp.h,
|
* Makefile.am, console/console.c, console/debugputs.c, include/bsp.h,
|
||||||
|
|||||||
@@ -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
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user