From 770db692bc379595785a11a8cd4543daa360286c Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Sat, 1 Aug 2009 21:49:40 +0000 Subject: 2009-08-01 Joel Sherrill * 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. --- cpukit/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'cpukit/ChangeLog') 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 + + * 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 * score/inline/rtems/score/heap.inl, score/src/heapresizeblock.c: -- cgit v1.2.3