<!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-02-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>joel</strong></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>2011-02-21 Joel Sherrill <joel.sherrill@oarcorp.com>
* sapi/include/confdefs.h,
score/include/rtems/score/schedulerpriority.h: Add comments.
</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.2721&r2=text&tr2=1.2722&diff_format=h">M</a></td><td width='1%'>1.2722</td><td width='100%'>cpukit/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/sapi/include/confdefs.h.diff?r1=text&tr1=1.157&r2=text&tr2=1.158&diff_format=h">M</a></td><td width='1%'>1.158</td><td width='100%'>cpukit/sapi/include/confdefs.h</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.5&r2=text&tr2=1.6&diff_format=h">M</a></td><td width='1%'>1.6</td><td width='100%'>cpukit/score/include/rtems/score/schedulerpriority.h</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/cpukit/ChangeLog:1.2721 rtems/cpukit/ChangeLog:1.2722
--- rtems/cpukit/ChangeLog:1.2721 Mon Feb 21 05:54:37 2011
+++ rtems/cpukit/ChangeLog Mon Feb 21 11:00:51 2011
</font><font color='#997700'>@@ -1,3 +1,8 @@
</font><font color='#000088'>+2011-02-21 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * sapi/include/confdefs.h,
+ score/include/rtems/score/schedulerpriority.h: Add comments.
+
</font> 2011-02-21 Sebastian Huber <sebastian.huber@embedded-brains.de>
* sapi/include/confdefs.h,
<font color='#006600'>diff -u rtems/cpukit/sapi/include/confdefs.h:1.157 rtems/cpukit/sapi/include/confdefs.h:1.158
--- rtems/cpukit/sapi/include/confdefs.h:1.157 Mon Feb 21 05:54:37 2011
+++ rtems/cpukit/sapi/include/confdefs.h Mon Feb 21 11:00:51 2011
</font><font color='#997700'>@@ -603,8 +603,8 @@
</font> */
#ifdef CONFIGURE_INIT
Scheduler_Control _Scheduler = {
<font color='#880000'>- NULL,
- SCHEDULER_ENTRY_POINTS
</font><font color='#000088'>+ NULL, /* Scheduler Specific Data Pointer */
+ SCHEDULER_ENTRY_POINTS /* Scheduler Operations */
</font> };
#endif
<font color='#006600'>diff -u rtems/cpukit/score/include/rtems/score/schedulerpriority.h:1.5 rtems/cpukit/score/include/rtems/score/schedulerpriority.h:1.6
--- rtems/cpukit/score/include/rtems/score/schedulerpriority.h:1.5 Mon Feb 21 05:54:37 2011
+++ rtems/cpukit/score/include/rtems/score/schedulerpriority.h Mon Feb 21 11:00:51 2011
</font><font color='#997700'>@@ -34,21 +34,21 @@
</font> /**@{*/
/**
<font color='#880000'>- * Entry points for Scheduler Priority
</font><font color='#000088'>+ * Entry points for the Deterministic Priority Based Scheduler.
</font> */
#define SCHEDULER_PRIORITY_ENTRY_POINTS \
{ \
<font color='#880000'>- _Scheduler_priority_Initialize, \
- _Scheduler_priority_Schedule, \
- _Scheduler_priority_Yield, \
- _Scheduler_priority_Block, \
- _Scheduler_priority_Unblock, \
- _Scheduler_priority_Allocate, \
- _Scheduler_priority_Free, \
- _Scheduler_priority_Update, \
- _Scheduler_priority_Enqueue, \
- _Scheduler_priority_Enqueue_first, \
- _Scheduler_priority_Extract \
</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, /* 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>