summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/sptests/ChangeLog')
-rw-r--r--testsuites/sptests/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/testsuites/sptests/ChangeLog b/testsuites/sptests/ChangeLog
index b9e5161851..e2aa83319d 100644
--- a/testsuites/sptests/ChangeLog
+++ b/testsuites/sptests/ChangeLog
@@ -1,3 +1,12 @@
+2008-08-05 Xudong Guan <xudong.guan@criticalsoftware.com>
+
+ PR 1212/cpukit
+ * Makefile.am, configure.ac: 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.
+ * sp44/.cvsignore, sp44/Makefile.am, sp44/init.c, sp44/sp44.scn: New files.
+
2007-03-29 Ralf Corsépius <ralf.corsepius@rtems.org>
* sp06/task1.c, sp20/task1.c: Use rtems_task_argument.