<!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-05-11)</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>joel</strong></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>2011-05-11 Joel Sherrill <joel.sherrill@oarcorp.com>

        * score/Makefile.am, score/include/rtems/score/isr.h: Replace tabs with
        spaces.
</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.2814&r2=text&tr2=1.2815&diff_format=h">M</a></td><td width='1%'>1.2815</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/Makefile.am.diff?r1=text&tr1=1.98&r2=text&tr2=1.99&diff_format=h">M</a></td><td width='1%'>1.99</td><td width='100%'>cpukit/score/Makefile.am</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/score/include/rtems/score/isr.h.diff?r1=text&tr1=1.33&r2=text&tr2=1.34&diff_format=h">M</a></td><td width='1%'>1.34</td><td width='100%'>cpukit/score/include/rtems/score/isr.h</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/cpukit/ChangeLog:1.2814 rtems/cpukit/ChangeLog:1.2815
--- rtems/cpukit/ChangeLog:1.2814       Wed May 11 09:35:20 2011
+++ rtems/cpukit/ChangeLog      Wed May 11 14:49:40 2011
</font><font color='#997700'>@@ -1,3 +1,8 @@
</font><font color='#000088'>+2011-05-11    Joel Sherrill <joel.sherrill@oarcorp.com>
+
+       * score/Makefile.am, score/include/rtems/score/isr.h: Replace tabs with
+       spaces.
+
</font> 2011-05-11        Ralf Corsépius <ralf.corsepius@rtems.org>
 
        * libnetworking/netinet/icmp_var.h, libnetworking/netinet/if_ether.h,

<font color='#006600'>diff -u rtems/cpukit/score/Makefile.am:1.98 rtems/cpukit/score/Makefile.am:1.99
--- rtems/cpukit/score/Makefile.am:1.98 Wed May 11 09:22:34 2011
+++ rtems/cpukit/score/Makefile.am      Wed May 11 14:49:40 2011
</font><font color='#997700'>@@ -26,7 +26,7 @@
</font>     include/rtems/score/interr.h include/rtems/score/isr.h \
     include/rtems/score/object.h include/rtems/score/percpu.h \
     include/rtems/score/priority.h include/rtems/score/prioritybitmap.h \
<font color='#880000'>-           include/rtems/score/rbtree.h \
</font><font color='#000088'>+    include/rtems/score/rbtree.h \
</font>     include/rtems/score/scheduler.h include/rtems/score/schedulerpriority.h \
     include/rtems/score/schedulersimple.h \
     include/rtems/score/stack.h include/rtems/score/states.h \
<font color='#997700'>@@ -63,7 +63,7 @@
</font>     inline/rtems/score/coresem.inl inline/rtems/score/heap.inl \
     inline/rtems/score/isr.inl inline/rtems/score/object.inl \
     inline/rtems/score/priority.inl inline/rtems/score/prioritybitmap.inl \
<font color='#880000'>-           inline/rtems/score/rbtree.inl \
</font><font color='#000088'>+    inline/rtems/score/rbtree.inl \
</font>     inline/rtems/score/scheduler.inl inline/rtems/score/schedulerpriority.inl \
     inline/rtems/score/schedulersimple.inl \
     inline/rtems/score/stack.inl inline/rtems/score/states.inl \

<font color='#006600'>diff -u rtems/cpukit/score/include/rtems/score/isr.h:1.33 rtems/cpukit/score/include/rtems/score/isr.h:1.34
--- rtems/cpukit/score/include/rtems/score/isr.h:1.33   Tue Jul  6 02:56:15 2010
+++ rtems/cpukit/score/include/rtems/score/isr.h        Wed May 11 14:49:40 2011
</font><font color='#997700'>@@ -154,11 +154,11 @@
</font>  *  routine exits.
  */
 #define _ISR_Set_level( _new_level ) \
<font color='#880000'>-     do { \
-               RTEMS_COMPILER_MEMORY_BARRIER();  \
-               _CPU_ISR_Set_level( _new_level ); \
-               RTEMS_COMPILER_MEMORY_BARRIER();  \
-       } while (0)
</font><font color='#000088'>+  do { \
+    RTEMS_COMPILER_MEMORY_BARRIER();  \
+    _CPU_ISR_Set_level( _new_level ); \
+    RTEMS_COMPILER_MEMORY_BARRIER();  \
+    } while (0)
</font> 
 
 /**
</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>