From c0f4682bbf1d570171a838f15973d0a02c092fb2 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 5 Aug 2008 13:10:16 +0000 Subject: 2008-08-05 Xudong Guan PR 1212/cpukit * rtems/src/taskmode.c, score/src/threadtickletimeslice.c: Time slicing will not happen if the task mode is changed from a non-timeslicing mode to timeslicing mode if it is done by the executing thread (e.g. in its task body). This change includes sp44 to demonstrate the problem and verify the correction. --- cpukit/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'cpukit/ChangeLog') diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 7118c8bc97..0599b8f881 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,12 @@ +2008-08-05 Xudong Guan + + PR 1212/cpukit + * rtems/src/taskmode.c, score/src/threadtickletimeslice.c: Time slicing + will not happen if the task mode is changed from a non-timeslicing + mode to timeslicing mode if it is done by the executing thread (e.g. + in its task body). This change includes sp44 to demonstrate the + problem and verify the correction. + 2008-08-04 Joel Sherrill * posix/src/mqueuetimedreceive.c, posix/src/mqueuetimedsend.c: Fix -- cgit v1.2.3