change log for rtems (2011-09-15)
rtems-vc at rtems.org
rtems-vc at rtems.org
Thu Sep 15 17:10:14 UTC 2011
*joel*:
2011-09-15 Joel Sherrill <joel.sherrill at oarcorp.com>
* score/include/rtems/score/thread.h: Ensure CBS builds with POSIX
disabled.
M 1.2922 cpukit/ChangeLog
M 1.109 cpukit/score/include/rtems/score/thread.h
diff -u rtems/cpukit/ChangeLog:1.2921 rtems/cpukit/ChangeLog:1.2922
--- rtems/cpukit/ChangeLog:1.2921 Thu Sep 15 10:49:30 2011
+++ rtems/cpukit/ChangeLog Thu Sep 15 12:09:15 2011
@@ -1,3 +1,8 @@
+2011-09-15 Joel Sherrill <joel.sherrill at oarcorp.com>
+
+ * score/include/rtems/score/thread.h: Ensure CBS builds with POSIX
+ disabled.
+
2011-09-15 Petr Benes <benesp16 at fel.cvut.cz>
PR 1906/cpukit
diff -u rtems/cpukit/score/include/rtems/score/thread.h:1.108 rtems/cpukit/score/include/rtems/score/thread.h:1.109
--- rtems/cpukit/score/include/rtems/score/thread.h:1.108 Fri Jun 17 10:40:09 2011
+++ rtems/cpukit/score/include/rtems/score/thread.h Thu Sep 15 12:09:15 2011
@@ -40,9 +40,11 @@
#define RTEMS_SCORE_THREAD_ENABLE_EXHAUST_TIMESLICE
#endif
-#if defined(RTEMS_POSIX_API)
- #define RTEMS_SCORE_THREAD_ENABLE_SCHEDULER_CALLOUT
-#endif
+/*
+ * With the addition of the Constant Block Scheduler (CBS),
+ * this feature is needed even when POSIX is disabled.
+ */
+#define RTEMS_SCORE_THREAD_ENABLE_SCHEDULER_CALLOUT
#if defined(RTEMS_POSIX_API)
#define RTEMS_SCORE_THREAD_ENABLE_USER_PROVIDED_STACK_VIA_API
--
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/20110915/75dc4caa/attachment-0001.html>
More information about the vc
mailing list