<!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-07-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-07-18 Sebastian Huber <sebastian.huber@embedded-brains.de>

        * user/mp.t: Avoid obsolete notation.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/doc/ChangeLog.diff?r1=text&tr1=1.314&r2=text&tr2=1.315&diff_format=h">M</a></td><td width='1%'>1.315</td><td width='100%'>doc/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/doc/user/mp.t.diff?r1=text&tr1=1.16&r2=text&tr2=1.17&diff_format=h">M</a></td><td width='1%'>1.17</td><td width='100%'>doc/user/mp.t</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/doc/ChangeLog:1.314 rtems/doc/ChangeLog:1.315
--- rtems/doc/ChangeLog:1.314   Fri Jul 15 08:36:55 2011
+++ rtems/doc/ChangeLog Mon Jul 18 04:19:06 2011
</font><font color='#997700'>@@ -1,3 +1,7 @@
</font><font color='#000088'>+2011-07-18    Sebastian Huber <sebastian.huber@embedded-brains.de>
+
+       * user/mp.t: Avoid obsolete notation.
+
</font> 2011-07-15        Sebastian Huber <sebastian.huber@embedded-brains.de>
 
        * user/part.t, user/sem.t: Typos.

<font color='#006600'>diff -u rtems/doc/user/mp.t:1.16 rtems/doc/user/mp.t:1.17
--- rtems/doc/user/mp.t:1.16    Thu Aug 21 09:50:16 2008
+++ rtems/doc/user/mp.t Mon Jul 18 04:19:06 2011
</font><font color='#997700'>@@ -432,9 +432,9 @@
</font> of the packet to avoid sending unnecessary data.  This is especially<span style="background-color: #FF0000"> </span>
 useful if the media connecting the nodes is relatively slow.
 
<font color='#880000'>-The to_convert field of the MP_packet_prefix portion of the packet indicates
-how much of the packet (in @code{uint32_t}'s) may require
-conversion in a heterogeneous system.
</font><font color='#000088'>+The @code{to_convert} field of the @code{rtems_packet_prefix} portion of the
+packet indicates how much of the packet in 32-bit units may require conversion
+in a heterogeneous system.
</font> 
 @subsection Supporting Heterogeneous Environments
 
<font color='#997700'>@@ -507,10 +507,10 @@
</font> @itemize @bullet
 @item All packets must begin on a four byte boundary.
 
<font color='#880000'>-@item Packets are composed of both RTEMS and application data.
-All RTEMS data is treated as thirty-two (32) bit unsigned
-quantities and is in the first @code{@value{RPREFIX}MINIMUM_UNSIGNED32S_TO_CONVERT}
-thirty-two (32) quantities of the packet.
</font><font color='#000088'>+@item Packets are composed of both RTEMS and application data.  All RTEMS data
+is treated as 32-bit unsigned quantities and is in the first @code{to_convert}
+32-bit quantities of the packet.  The @code{to_convert} field is part of the
+@code{rtems_packet_prefix} portion of the packet.
</font> 
 @item The RTEMS data component of the packet must be in native
 endian format.  Endian conversion may be performed by either the
</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>