<!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-05-21)</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>Whitespace removal.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/c/src/lib/libbsp/shared/include/utility.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.6&diff_format=h">M</a></td><td width='1%'>1.6</td><td width='100%'>c/src/lib/libbsp/shared/include/utility.h</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/c/src/lib/libbsp/shared/include/utility.h:1.5 rtems/c/src/lib/libbsp/shared/include/utility.h:1.6
--- rtems/c/src/lib/libbsp/shared/include/utility.h:1.5 Fri May 21 03:01:14 2010
+++ rtems/c/src/lib/libbsp/shared/include/utility.h     Fri May 21 03:15:08 2010
</font><font color='#997700'>@@ -31,10 +31,10 @@
</font>   ((BIT32((last_bit) - (first_bit) + 1) - (uint32_t) 1) << (first_bit))
 
 #define FIELD32(val, first_bit, last_bit) \
<font color='#880000'>-  (((uint32_t) (val) << (first_bit)) & MASK32(first_bit, last_bit))<span style="background-color: #FF0000"> </span>
</font><font color='#000088'>+  (((uint32_t) (val) << (first_bit)) & MASK32(first_bit, last_bit))
</font> 
 #define GETFIELD32(reg, first_bit, last_bit) \
<font color='#880000'>-  (((reg) & MASK32(first_bit, last_bit)) >> (first_bit))<span style="background-color: #FF0000"> </span>
</font><font color='#000088'>+  (((reg) & MASK32(first_bit, last_bit)) >> (first_bit))
</font> 
 #define SETFIELD32(reg, val, first_bit, last_bit) \
   (((reg) & ~MASK32(first_bit, last_bit)) | FIELD32(val, first_bit, last_bit))
</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>