The one without the signed-off-by part, Daniel H asked me to remove it.
On 2014-03-31 09:27, Sebastian Huber wrote:
Hello Daniel, which version should I check in? On 2014-03-31 09:13, Daniel Cederman wrote:See errata of respective chip. Some code-cleanups as well. --- c/src/lib/libbsp/sparc/leon3/startup/bspidle.S | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/c/src/lib/libbsp/sparc/leon3/startup/bspidle.S b/c/src/lib/libbsp/sparc/leon3/startup/bspidle.S index 99c9d1f..3dfe08c 100644 --- a/c/src/lib/libbsp/sparc/leon3/startup/bspidle.S +++ b/c/src/lib/libbsp/sparc/leon3/startup/bspidle.S @@ -21,8 +21,8 @@ PUBLIC(bsp_idle_thread) SYM(bsp_idle_thread): pwdloop: mov %g0, %asr19 + lda [%sp] 1, %g0 ! Needed for UT699 and GR712 ba pwdloop - nop + nop retl - nop - + nop
_______________________________________________ rtems-devel mailing list [email protected] http://www.rtems.org/mailman/listinfo/rtems-devel
