<!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-01)</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>jennifer</strong></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>2011-08-01 Jennifer Averett <Jennifer.Averett@OARcorp.com>

        * score/include/rtems/score/smplock.h: Fix comments.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/ChangeLog.diff?r1=text&tr1=1.2895&r2=text&tr2=1.2896&diff_format=h">M</a></td><td width='1%'>1.2896</td><td width='100%'>cpukit/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/score/include/rtems/score/smplock.h.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%'>cpukit/score/include/rtems/score/smplock.h</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/cpukit/ChangeLog:1.2895 rtems/cpukit/ChangeLog:1.2896
--- rtems/cpukit/ChangeLog:1.2895       Mon Aug  1 09:17:44 2011
+++ rtems/cpukit/ChangeLog      Mon Aug  1 12:30:17 2011
</font><font color='#997700'>@@ -1,5 +1,9 @@
</font> 2011-08-01        Jennifer Averett <Jennifer.Averett@OARcorp.com>
 
<font color='#000088'>+   * score/include/rtems/score/smplock.h: Fix comments.
+
+2011-08-01     Jennifer Averett <Jennifer.Averett@OARcorp.com>
+
</font>   * score/src/schedulersimplesmpschedule.c: Fix bug in smp simple
        scheduler.
 

<font color='#006600'>diff -u rtems/cpukit/score/include/rtems/score/smplock.h:1.4 rtems/cpukit/score/include/rtems/score/smplock.h:1.5
--- rtems/cpukit/score/include/rtems/score/smplock.h:1.4        Fri Jun 17 10:40:09 2011
+++ rtems/cpukit/score/include/rtems/score/smplock.h    Mon Aug  1 12:30:20 2011
</font><font color='#997700'>@@ -108,9 +108,10 @@
</font>  *  This method is used to obtain the lock at @a lock.  ISR's are
  *  disabled when this routine returns and it is the callers responsibility
  *  to either:
<font color='#880000'>- *   1) Do something very short and then call
</font><font color='#000088'>+ *
+ *   # Do something very short and then call
</font>  *      _SMP_lock_spinlock_nested_Release  or
<font color='#880000'>- *   2) Do something very sort, call isr enable, then when ready
</font><font color='#000088'>+ *   # Do something very sort, call isr enable, then when ready
</font>  *      call isr_disable and _SMP_lock_spinlock_nested_Release
  *
  *  @param [in] lock is the address of the lock to obtain.
<font color='#997700'>@@ -125,8 +126,9 @@
</font> /**
  *  @brief Release a Lock
  *
<font color='#880000'>- *  This method is used to release the lock at @a lock.  Note:
- *  ISR's are reenabled by this method and are expected to be
</font><font color='#000088'>+ *  This method is used to release the lock at @a lock.<span style="background-color: #FF0000">  </span>
+ *
+ *  @note ISR's are reenabled by this method and are expected to be
</font>  *  disabled upon entry to the method.
  *
  *  @param [in] lock is the address of the lock to obtain.
</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>