From 38ffa0cee29a03a2158fb7d020986743c0f3bc07 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 19 Sep 1995 18:32:18 +0000 Subject: Incorporated the submission from John S. Gwynne of the rest of the 68000-ish support for interrupt handling and bfffo support, the two BSPs he submitted (efi68k and efi332), and SGI Irix 5.3 host support. --- testsuites/mptests/mp05/init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuites') diff --git a/testsuites/mptests/mp05/init.c b/testsuites/mptests/mp05/init.c index 0732a85cfc..c6b9bb9f44 100644 --- a/testsuites/mptests/mp05/init.c +++ b/testsuites/mptests/mp05/init.c @@ -43,7 +43,7 @@ rtems_task Init( status = rtems_task_create( Task_name[Multiprocessing_configuration.node], 1, - RTEMS_MINIMUM_STACK_SIZE, + RTEMS_MINIMUM_STACK_SIZE * 2, RTEMS_TIMESLICE, RTEMS_GLOBAL, &Task_id[ 1 ] -- cgit v1.2.3