<!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 (2011-11-06)</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>gedare</strong></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>2011-11-06 gedare@rtems.org

        * shared/score/interrupt.S: Pass ISR correct pointer to interrupt frame
</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.6&r2=text&tr2=1.7&diff_format=h">M</a></td><td width='1%'>1.7</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.4&r2=text&tr2=1.5&diff_format=h">M</a></td><td width='1%'>1.5</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.6 rtems/c/src/lib/libcpu/sparc64/ChangeLog:1.7
--- rtems/c/src/lib/libcpu/sparc64/ChangeLog:1.6        Fri Feb 11 03:58:12 2011
+++ rtems/c/src/lib/libcpu/sparc64/ChangeLog    Sun Nov  6 10:48:36 2011
</font><font color='#997700'>@@ -1,3 +1,7 @@
</font><font color='#000088'>+2011-11-06    gedare@rtems.org
+
+       * shared/score/interrupt.S: Pass ISR correct pointer to interrupt frame
+
</font> 2011-02-11        Ralf Corsépius <ralf.corsepius@rtems.org>
 
        * shared/cache/cache.c:

<font color='#006600'>diff -u rtems/c/src/lib/libcpu/sparc64/shared/score/interrupt.S:1.4 rtems/c/src/lib/libcpu/sparc64/shared/score/interrupt.S:1.5
--- rtems/c/src/lib/libcpu/sparc64/shared/score/interrupt.S:1.4 Wed Aug 25 15:33:25 2010
+++ rtems/c/src/lib/libcpu/sparc64/shared/score/interrupt.S     Sun Nov  6 10:48:36 2011
</font><font color='#997700'>@@ -161,6 +161,7 @@
</font>   mov  %o1, %g2  ! get the trap #
   mov  %o5, %g7  ! store the interrupted %sp (preserve)
   mov  %sp, %o1  ! 2nd arg to ISR Handler = address of ISF
<font color='#000088'>+  add  %o1, STACK_BIAS, %o1 ! need to adjust for stack bias, 2nd arg = ISF
</font> 
   /*
    *  Increment ISR nest level and Thread dispatch disable level.
</pre>
<p> </p>
<a name='cs2'></a>
<table border='0' cellspacing='0' cellpadding='5' width='100%' bgcolor='#eeeeee'>
<tr><td colspan='3' bgcolor='#dddddd'>
 <font color='#bb2222'><strong>gedare</strong></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>2011-11-06 Gedare Bloom <gedare@rtems.org>

        * ChangeLog: Fix ChangeLog with name and email address
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/ChangeLog.diff?r1=text&tr1=1.406&r2=text&tr2=1.407&diff_format=h">M</a></td><td width='1%'>1.407</td><td width='100%'>ChangeLog</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.7&r2=text&tr2=1.8&diff_format=h">M</a></td><td width='1%'>1.8</td><td width='100%'>c/src/lib/libcpu/sparc64/ChangeLog</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/ChangeLog:1.406 rtems/ChangeLog:1.407
--- rtems/ChangeLog:1.406       Sun Nov  6 09:58:31 2011
+++ rtems/ChangeLog     Sun Nov  6 10:55:33 2011
</font><font color='#997700'>@@ -1,8 +1,12 @@
</font><font color='#880000'>-2011-11-06    gedare@rtems.org
</font><font color='#000088'>+2011-11-06    Gedare Bloom <gedare@rtems.org>
+
+       * ChangeLog: Fix ChangeLog with name and email address
+
+2011-11-06     Gedare Bloom <gedare@rtems.org>
</font> 
        * MAINTAINERS: Fix whitespace.
 
<font color='#880000'>-2011-11-04 gedare@rtems.org
</font><font color='#000088'>+2011-11-04    Gedare Bloom <gedare@rtems.org>
</font> 
        * MAINTAINERS: Add myself as maintainer
 

<font color='#006600'>diff -u rtems/c/src/lib/libcpu/sparc64/ChangeLog:1.7 rtems/c/src/lib/libcpu/sparc64/ChangeLog:1.8
--- rtems/c/src/lib/libcpu/sparc64/ChangeLog:1.7        Sun Nov  6 10:48:36 2011
+++ rtems/c/src/lib/libcpu/sparc64/ChangeLog    Sun Nov  6 10:53:02 2011
</font><font color='#997700'>@@ -1,4 +1,8 @@
</font><font color='#880000'>-2011-11-06    gedare@rtems.org
</font><font color='#000088'>+2011-11-06    Gedare Bloom <gedare@rtems.org>
+
+       * ChangeLog: Fix ChangeLog with name and email address
+
+2011-11-06     Gedare Bloom <gedare@rtems.org>
</font> 
        * shared/score/interrupt.S: Pass ISR correct pointer to interrupt frame
 
</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>