<!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-06-29)</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-06-29 Joel Sherrill <joel.sherrill@oarcorp.com>

        * shared/irq/irq_asm.S: Rename rtems_per_cpu_info.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/c/src/lib/libbsp/i386/ChangeLog.diff?r1=text&tr1=1.67&r2=text&tr2=1.68&diff_format=h">M</a></td><td width='1%'>1.68</td><td width='100%'>c/src/lib/libbsp/i386/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/c/src/lib/libbsp/i386/shared/irq/irq_asm.S.diff?r1=text&tr1=1.18&r2=text&tr2=1.19&diff_format=h">M</a></td><td width='1%'>1.19</td><td width='100%'>c/src/lib/libbsp/i386/shared/irq/irq_asm.S</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/c/src/lib/libbsp/i386/ChangeLog:1.67 rtems/c/src/lib/libbsp/i386/ChangeLog:1.68
--- rtems/c/src/lib/libbsp/i386/ChangeLog:1.67  Mon Jun 28 19:38:13 2010
+++ rtems/c/src/lib/libbsp/i386/ChangeLog       Tue Jun 29 12:45:33 2010
</font><font color='#997700'>@@ -1,3 +1,7 @@
</font><font color='#000088'>+2010-06-29    Joel Sherrill <joel.sherrill@oarcorp.com>
+
+       * shared/irq/irq_asm.S: Rename rtems_per_cpu_info.
+
</font> 2010-06-28        Joel Sherrill <joel.sherrill@oarcorp.com>
 
        PR 1573/cpukit

<font color='#006600'>diff -u rtems/c/src/lib/libbsp/i386/shared/irq/irq_asm.S:1.18 rtems/c/src/lib/libbsp/i386/shared/irq/irq_asm.S:1.19
--- rtems/c/src/lib/libbsp/i386/shared/irq/irq_asm.S:1.18       Mon Jun 28 19:38:13 2010
+++ rtems/c/src/lib/libbsp/i386/shared/irq/irq_asm.S    Tue Jun 29 12:45:34 2010
</font><font color='#997700'>@@ -141,7 +141,7 @@
</font> .check_stack_switch:
        movl      esp, ebp                  /* ebp = previous stack pointer */
 
<font color='#880000'>-   movl      $SYM(rtems_per_cpu_info), ebx
</font><font color='#000088'>+      movl      $SYM(_Per_CPU_Information), ebx
</font> 
        /* is this the outermost interrupt? */
        cmpl      $0, PER_CPU_ISR_NEST_LEVEL(ebx)
</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>