From 203859574cd3adf698093443c750409b39b06ab2 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 3 Jan 2000 14:01:02 +0000 Subject: Increased minimum stack size so all tests will run. --- cpukit/score/cpu/sparc/rtems/score/cpu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/score') diff --git a/cpukit/score/cpu/sparc/rtems/score/cpu.h b/cpukit/score/cpu/sparc/rtems/score/cpu.h index b74292ab07..fe482d4a7c 100644 --- a/cpukit/score/cpu/sparc/rtems/score/cpu.h +++ b/cpukit/score/cpu/sparc/rtems/score/cpu.h @@ -678,7 +678,7 @@ SCORE_EXTERN unsigned8 _CPU_Trap_Table_area[ 8192 ] * stack frame. */ -#define CPU_STACK_MINIMUM_SIZE (1024*2 + 512) +#define CPU_STACK_MINIMUM_SIZE (1024*4) /* * CPU's worst alignment requirement for data types on a byte boundary. This -- cgit v1.2.3