<!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-03-08)</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-03-08 Joel Sherrill <joel.sherrilL@OARcorp.com>

        * score/include/rtems/score/schedulerpriority.h: Enqueue first entry
        said enqueue. Caught while running coverage.
</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.2764&r2=text&tr2=1.2765&diff_format=h">M</a></td><td width='1%'>1.2765</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/schedulerpriority.h.diff?r1=text&tr1=1.7&r2=text&tr2=1.8&diff_format=h">M</a></td><td width='1%'>1.8</td><td width='100%'>cpukit/score/include/rtems/score/schedulerpriority.h</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/cpukit/ChangeLog:1.2764 rtems/cpukit/ChangeLog:1.2765
--- rtems/cpukit/ChangeLog:1.2764       Mon Mar  7 08:55:04 2011
+++ rtems/cpukit/ChangeLog      Tue Mar  8 13:27:35 2011
</font><font color='#997700'>@@ -1,3 +1,8 @@
</font><font color='#000088'>+2011-03-08    Joel Sherrill <joel.sherrilL@OARcorp.com>
+
+       * score/include/rtems/score/schedulerpriority.h: Enqueue first entry
+       said enqueue. Caught while running coverage.
+
</font> 2011-03-07        Sebastian Huber <sebastian.huber@embedded-brains.de>
 
        * include/rtems/irq-extension.h: Documentation.

<font color='#006600'>diff -u rtems/cpukit/score/include/rtems/score/schedulerpriority.h:1.7 rtems/cpukit/score/include/rtems/score/schedulerpriority.h:1.8
--- rtems/cpukit/score/include/rtems/score/schedulerpriority.h:1.7      Sun Feb 27 18:10:38 2011
+++ rtems/cpukit/score/include/rtems/score/schedulerpriority.h  Tue Mar  8 13:27:35 2011
</font><font color='#997700'>@@ -38,17 +38,17 @@
</font>  */
 #define SCHEDULER_PRIORITY_ENTRY_POINTS \
   { \
<font color='#880000'>-    _Scheduler_priority_Initialize, /* initialize entry point */ \
-    _Scheduler_priority_Schedule,   /* schedule entry point */ \
-    _Scheduler_priority_Yield,      /* yield entry point */ \
-    _Scheduler_priority_Block,      /* block entry point */ \
-    _Scheduler_priority_Unblock,    /* unblock entry point */ \
-    _Scheduler_priority_Allocate,   /* allocate entry point */ \
-    _Scheduler_priority_Free,       /* free entry point */ \
-    _Scheduler_priority_Update,     /* update entry point */ \
-    _Scheduler_priority_Enqueue,    /* enqueue entry point */ \
-    _Scheduler_priority_Enqueue,    /* enqueue_first entry point */ \
-    _Scheduler_priority_Extract     /* extract entry point */ \
</font><font color='#000088'>+    _Scheduler_priority_Initialize,    /* initialize entry point */ \
+    _Scheduler_priority_Schedule,      /* schedule entry point */ \
+    _Scheduler_priority_Yield,         /* yield entry point */ \
+    _Scheduler_priority_Block,         /* block entry point */ \
+    _Scheduler_priority_Unblock,       /* unblock entry point */ \
+    _Scheduler_priority_Allocate,      /* allocate entry point */ \
+    _Scheduler_priority_Free,          /* free entry point */ \
+    _Scheduler_priority_Update,        /* update entry point */ \
+    _Scheduler_priority_Enqueue,       /* enqueue entry point */ \
+    _Scheduler_priority_Enqueue_first, /* enqueue_first entry point */ \
+    _Scheduler_priority_Extract        /* extract entry point */ \
</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>