change log for rtems (2011-02-21)
rtems-vc at rtems.org
rtems-vc at rtems.org
Mon Feb 21 17:10:38 UTC 2011
*joel*:
2011-02-21 Joel Sherrill <joel.sherrill at oarcorp.com>
* sapi/include/confdefs.h,
score/include/rtems/score/schedulerpriority.h: Add comments.
M 1.2722 cpukit/ChangeLog
M 1.158 cpukit/sapi/include/confdefs.h
M 1.6 cpukit/score/include/rtems/score/schedulerpriority.h
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
@@ -1,3 +1,8 @@
+2011-02-21 Joel Sherrill <joel.sherrill at oarcorp.com>
+
+ * sapi/include/confdefs.h,
+ score/include/rtems/score/schedulerpriority.h: Add comments.
+
2011-02-21 Sebastian Huber <sebastian.huber at embedded-brains.de>
* sapi/include/confdefs.h,
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
@@ -603,8 +603,8 @@
*/
#ifdef CONFIGURE_INIT
Scheduler_Control _Scheduler = {
- NULL,
- SCHEDULER_ENTRY_POINTS
+ NULL, /* Scheduler Specific Data Pointer */
+ SCHEDULER_ENTRY_POINTS /* Scheduler Operations */
};
#endif
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
@@ -34,21 +34,21 @@
/**@{*/
/**
- * Entry points for Scheduler Priority
+ * Entry points for the Deterministic Priority Based Scheduler.
*/
#define SCHEDULER_PRIORITY_ENTRY_POINTS \
{ \
- _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 \
+ _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 */ \
}
/**
--
Generated by Deluxe Loginfo [http://www.codewiz.org/projects/index.html#loginfo] 2.122 by Bernardo Innocenti <bernie at develer.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/vc/attachments/20110221/39395757/attachment-0001.html>
More information about the vc
mailing list