summaryrefslogtreecommitdiffstats
path: root/testsuites/mptests/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-11-07 23:04:50 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-11-07 23:04:50 +0000
commit0897d3818c5d1a6679adc6d649b40a243a2845b2 (patch)
treef9acde143432b7b1cdc7446b6898b67502e3ab35 /testsuites/mptests/ChangeLog
parent2001-11-07 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-0897d3818c5d1a6679adc6d649b40a243a2845b2.tar.bz2
2001-11-07 Joel Sherrill <joel@OARcorp.com>
Tracked as PR72 but related to the object id problem (PR36) reported by Todor.Todorov@barco.com. * mp03/delay.c: Dispatch disable level is actually 1 not 0. * mp13/system.h: Configure enough tasks (CONFIGURE_MAXIMUM_TASKS=3). * mp14/delay.c: Dispatch disable level may be arbitrarily > 0.
Diffstat (limited to 'testsuites/mptests/ChangeLog')
-rw-r--r--testsuites/mptests/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/testsuites/mptests/ChangeLog b/testsuites/mptests/ChangeLog
index 5b1851d87a..9767ce8e7c 100644
--- a/testsuites/mptests/ChangeLog
+++ b/testsuites/mptests/ChangeLog
@@ -1,3 +1,12 @@
+2001-11-07 Joel Sherrill <joel@OARcorp.com>
+
+ Tracked as PR72 but related to the object id problem (PR36)
+ reported by Todor.Todorov@barco.com.
+ * mp03/delay.c: Dispatch disable level is actually 1 not 0.
+ * mp13/system.h: Configure enough tasks (CONFIGURE_MAXIMUM_TASKS=3).
+ * mp14/delay.c: Dispatch disable level may be arbitrarily > 0.
+2001-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
* .cvsignore: Add autom4te.cache for autoconf > 2.52.
* configure.in: Remove.
* configure.ac: New file, generated from configure.in by autoupdate.