summaryrefslogtreecommitdiffstats
path: root/testsuites/mptests/mp13
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/mp13
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/mp13')
-rw-r--r--testsuites/mptests/mp13/system.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/mptests/mp13/system.h b/testsuites/mptests/mp13/system.h
index 0f917d5598..a056882b02 100644
--- a/testsuites/mptests/mp13/system.h
+++ b/testsuites/mptests/mp13/system.h
@@ -36,7 +36,7 @@ rtems_task Test_task2(
#define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER
#define CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER
-#define CONFIGURE_MAXIMUM_TASKS 2
+#define CONFIGURE_MAXIMUM_TASKS 3
#if ( NODE_NUMBER == 1 )
#define CONFIGURE_MAXIMUM_SEMAPHORES 1
#define CONFIGURE_MAXIMUM_MESSAGE_QUEUES 1