<!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-08-18)</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>sh</strong></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>2011-08-18 Sebastien Bourdeauducq <sebastien.bourdeauducq@gmail.com>

        PR 1868/lm32
        * irq.c: Bugfix.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/score/cpu/lm32/ChangeLog.diff?r1=text&tr1=1.22&r2=text&tr2=1.23&diff_format=h">M</a></td><td width='1%'>1.23</td><td width='100%'>cpukit/score/cpu/lm32/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/score/cpu/lm32/irq.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.9&diff_format=h">M</a></td><td width='1%'>1.9</td><td width='100%'>cpukit/score/cpu/lm32/irq.c</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/cpukit/score/cpu/lm32/ChangeLog:1.22 rtems/cpukit/score/cpu/lm32/ChangeLog:1.23
--- rtems/cpukit/score/cpu/lm32/ChangeLog:1.22  Sun Jul 24 17:50:17 2011
+++ rtems/cpukit/score/cpu/lm32/ChangeLog       Thu Aug 18 01:45:35 2011
</font><font color='#997700'>@@ -1,3 +1,8 @@
</font><font color='#000088'>+2011-08-18    Sebastien Bourdeauducq <sebastien.bourdeauducq@gmail.com>
+
+       PR 1868/lm32
+       * irq.c: Bugfix.
+
</font> 2011-07-24        Joel Sherrill <joel.sherrill@oarcorp.com>
 
        * cpu.c: Remove /*PAGE markers which were interpreted by a long dead

<font color='#006600'>diff -u rtems/cpukit/score/cpu/lm32/irq.c:1.8 rtems/cpukit/score/cpu/lm32/irq.c:1.9
--- rtems/cpukit/score/cpu/lm32/irq.c:1.8       Thu Apr 21 14:05:14 2011
+++ rtems/cpukit/score/cpu/lm32/irq.c   Thu Aug 18 01:45:35 2011
</font><font color='#997700'>@@ -78,8 +78,7 @@
</font>   if ( _ISR_Nest_level )
     return;
 
<font color='#880000'>-  if ( _Thread_Dispatch_necessary ) {
-
</font><font color='#000088'>+  if ( _Thread_Dispatch_necessary && !_Thread_Dispatch_in_critical_section() ) {
</font>     /* save off our stack frame so the context switcher can get to it */
     _exception_stack_frame = ifr;
 
</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>