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,3 +1,7 @@ +2009-08-19 Joel Sherrill + + * startup/ithread.S: Removed. Now bspidle.S. + 2009-08-19 Joel Sherrill * Makefile.am, console/console.c, console/debugputs.c, include/bsp.h, 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 - -/* 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 -