<!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-10-17)</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-10-17 Sebastian Huber <sebastian.huber@embedded-brains.de>
PR 1938/cpukit
* score/include/rtems/score/thread.h: Removed obsolete suspend_count
field from Thread_Control.
</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.2950&r2=text&tr2=1.2951&diff_format=h">M</a></td><td width='1%'>1.2951</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/thread.h.diff?r1=text&tr1=1.109&r2=text&tr2=1.110&diff_format=h">M</a></td><td width='1%'>1.110</td><td width='100%'>cpukit/score/include/rtems/score/thread.h</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/cpukit/ChangeLog:1.2950 rtems/cpukit/ChangeLog:1.2951
--- rtems/cpukit/ChangeLog:1.2950 Mon Oct 17 08:59:25 2011
+++ rtems/cpukit/ChangeLog Mon Oct 17 10:54:40 2011
</font><font color='#997700'>@@ -1,3 +1,9 @@
</font><font color='#000088'>+2011-10-17 Sebastian Huber <sebastian.huber@embedded-brains.de>
+
+ PR 1938/cpukit
+ * score/include/rtems/score/thread.h: Removed obsolete suspend_count
+ field from Thread_Control.
+
</font> 2011-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
* libfs/src/rfs/rtems-rfs-file-system.c (rtems_rfs_fs_open):
<font color='#006600'>diff -u rtems/cpukit/score/include/rtems/score/thread.h:1.109 rtems/cpukit/score/include/rtems/score/thread.h:1.110
--- rtems/cpukit/score/include/rtems/score/thread.h:1.109 Thu Sep 15 12:09:15 2011
+++ rtems/cpukit/score/include/rtems/score/thread.h Mon Oct 17 10:54:41 2011
</font><font color='#997700'>@@ -390,8 +390,6 @@
</font> Chain_Control lock_mutex;
#endif
/*================= end of common block =================*/
<font color='#880000'>- /** This field is the number of nested suspend calls. */
- uint32_t suspend_count;
</font> #if defined(RTEMS_MULTIPROCESSING)
/** This field is true if the thread is offered globally */
bool is_global;
</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>