summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--c/src/exec/score/cpu/sparc/rtems/score/cpu.h2
-rw-r--r--cpukit/score/cpu/sparc/rtems/score/cpu.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/c/src/exec/score/cpu/sparc/rtems/score/cpu.h b/c/src/exec/score/cpu/sparc/rtems/score/cpu.h
index b74292ab07..fe482d4a7c 100644
--- a/c/src/exec/score/cpu/sparc/rtems/score/cpu.h
+++ b/c/src/exec/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
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