summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-08-01 21:49:40 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-08-01 21:49:40 +0000
commit770db692bc379595785a11a8cd4543daa360286c (patch)
tree112ea5515c6cb5a9f1d712f674e9e288a58ade11 /cpukit/ChangeLog
parent2009-08-01 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-770db692bc379595785a11a8cd4543daa360286c.tar.bz2
2009-08-01 Joel Sherrill <joel.sherrill@oarcorp.com>
* posix/src/psxtransschedparam.c, posix/src/pthread.c: Add error checks for 0 time on sporadic scheduler replenish period and initial budget. This avoids having to correct for it in the TSR, so we can eliminate the check for ticks == 0 there.
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 f9e9a4db8b..414f6a91a3 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,10 @@
+2009-08-01 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * posix/src/psxtransschedparam.c, posix/src/pthread.c: Add error checks
+ for 0 time on sporadic scheduler replenish period and initial budget.
+ This avoids having to correct for it in the TSR, so we can eliminate
+ the check for ticks == 0 there.
+
2009-08-01 Joel Sherrill <joel.sherrill@OARcorp.com>
* score/inline/rtems/score/heap.inl, score/src/heapresizeblock.c: