<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>change log for rtems (2010-08-20)</title>
</head>
<body text='#000000' bgcolor='#ffffff'>
<a name='cs1'></a>
<table border='0' cellspacing='0' cellpadding='5' width='100%' bgcolor='#eeeeee'>
<tr><td colspan='3' bgcolor='#dddddd'>
 <font color='#bb2222'><strong>joel</strong></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>2010-08-20 Gedare Bloom <giddyup44@yahoo.com>

        PR 1681/cpukit
        * shared/score/interrupt.S: With the percpu patch, ASM uses
        INTERRUPT_STACK_HIGH instead of _CPU_Interrupt_stack_high. The
        sparc64 was still using the old variable, which was declared in its
        cpu.h file. This patch to comment out the declaration and switch to
        using INTERRUPT_STACK_HIGH.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/c/src/lib/libcpu/sparc64/ChangeLog.diff?r1=text&tr1=1.2&r2=text&tr2=1.3&diff_format=h">M</a></td><td width='1%'>1.3</td><td width='100%'>c/src/lib/libcpu/sparc64/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/c/src/lib/libcpu/sparc64/shared/score/interrupt.S.diff?r1=text&tr1=1.2&r2=text&tr2=1.3&diff_format=h">M</a></td><td width='1%'>1.3</td><td width='100%'>c/src/lib/libcpu/sparc64/shared/score/interrupt.S</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/c/src/lib/libcpu/sparc64/ChangeLog:1.2 rtems/c/src/lib/libcpu/sparc64/ChangeLog:1.3
--- rtems/c/src/lib/libcpu/sparc64/ChangeLog:1.2        Mon Jun 28 19:39:44 2010
+++ rtems/c/src/lib/libcpu/sparc64/ChangeLog    Fri Aug 20 07:47:38 2010
</font><font color='#997700'>@@ -1,3 +1,12 @@
</font><font color='#000088'>+2010-08-20    Gedare Bloom <giddyup44@yahoo.com>
+
+       PR 1681/cpukit
+       * shared/score/interrupt.S: With the percpu patch, ASM uses
+       INTERRUPT_STACK_HIGH instead of _CPU_Interrupt_stack_high. The
+       sparc64 was still using the old variable, which was declared in its
+       cpu.h file. This patch to comment out the declaration and switch to
+       using INTERRUPT_STACK_HIGH.
+
</font> 2010-06-28        Joel Sherrill <joel.sherrill@oarcorp.com>
 
        PR 1573/cpukit

<font color='#006600'>diff -u rtems/c/src/lib/libcpu/sparc64/shared/score/interrupt.S:1.2 rtems/c/src/lib/libcpu/sparc64/shared/score/interrupt.S:1.3
--- rtems/c/src/lib/libcpu/sparc64/shared/score/interrupt.S:1.2 Mon Jun 28 19:39:44 2010
+++ rtems/c/src/lib/libcpu/sparc64/shared/score/interrupt.S     Fri Aug 20 07:47:38 2010
</font><font color='#997700'>@@ -195,7 +195,7 @@
</font>   subcc    %g4, 1, %g4             ! outermost interrupt handler?
   bnz      dont_switch_stacks      ! No, then do not switch stacks
 
<font color='#880000'>-  setx  SYM(_CPU_Interrupt_stack_high), %o5, %g1
</font><font color='#000088'>+  setx  SYM(INTERRUPT_STACK_HIGH), %o5, %g1
</font>   ldx  [%g1], %sp
 
   /*
</pre>
<p> </p>

<p>--<br />
<small>Generated by <a href="http://www.codewiz.org/projects/index.html#loginfo">Deluxe Loginfo</a> 2.122 by Bernardo Innocenti <bernie@develer.com></small></p>
</body>
</html>