From 5c491aef41558df022032b543d826ef4e49493b5 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 20 Dec 1995 15:39:19 +0000 Subject: changes remerged after lost in disk crash -- recovered from snapshot, partially recovered working tree, etc --- testsuites/mptests/mp14/init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuites/mptests/mp14/init.c') diff --git a/testsuites/mptests/mp14/init.c b/testsuites/mptests/mp14/init.c index 4ec9c6a273..ac17a1236b 100644 --- a/testsuites/mptests/mp14/init.c +++ b/testsuites/mptests/mp14/init.c @@ -166,7 +166,7 @@ rtems_task Init( status = rtems_task_create( Partition_task_name[ Multiprocessing_configuration.node ], 2, - RTEMS_MINIMUM_STACK_SIZE, + RTEMS_MINIMUM_STACK_SIZE * 2, RTEMS_TIMESLICE, RTEMS_GLOBAL, &Partition_task_id[ 1 ] -- cgit v1.2.3