summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-09-11 15:35:52 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-09-11 15:35:52 +0000
commit442eac699df1468fff4cfb2ff44b4cac5bfaac84 (patch)
tree77cb58ce5d870b617112757c1d51e7dec59bb8a1 /cpukit/ChangeLog
parentNew. (diff)
downloadrtems-442eac699df1468fff4cfb2ff44b4cac5bfaac84.tar.bz2
2009-09-11 Joel Sherrill <joel.sherrill@OARcorp.com>
* score/include/rtems/score/thread.h, score/src/threadhandler.c, score/src/threadinitialize.c, score/src/threadtickletimeslice.c: Disable thread protocol and scheduling capabilities not exercised when POSIX or ITRON API is disabled.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index f0db75d2a1..90fe392c99 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,12 @@
2009-09-11 Joel Sherrill <joel.sherrill@OARcorp.com>
+ * score/include/rtems/score/thread.h, score/src/threadhandler.c,
+ score/src/threadinitialize.c, score/src/threadtickletimeslice.c:
+ Disable thread protocol and scheduling capabilities not exercised
+ when POSIX or ITRON API is disabled.
+
+2009-09-11 Joel Sherrill <joel.sherrill@OARcorp.com>
+
* score/include/rtems/score/object.h,
score/inline/rtems/score/object.inl,
score/src/objectgetnameasstring.c, score/src/objectidtoname.c,