summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--c/src/exec/score/cpu/m68k/rtems/score/cpu.h2
-rw-r--r--cpukit/score/cpu/m68k/rtems/score/cpu.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/c/src/exec/score/cpu/m68k/rtems/score/cpu.h b/c/src/exec/score/cpu/m68k/rtems/score/cpu.h
index 51a642be50..a9a152cd2e 100644
--- a/c/src/exec/score/cpu/m68k/rtems/score/cpu.h
+++ b/c/src/exec/score/cpu/m68k/rtems/score/cpu.h
@@ -274,7 +274,7 @@ SCORE_EXTERN _CPU_ISR_handler_entry _CPU_ISR_jump_table[256];
* Minimum size of a thread's stack.
*/
-#define CPU_STACK_MINIMUM_SIZE 2048
+#define CPU_STACK_MINIMUM_SIZE 4096
/*
* m68k is pretty tolerant of alignment. Just put things on 4 byte boundaries.
diff --git a/cpukit/score/cpu/m68k/rtems/score/cpu.h b/cpukit/score/cpu/m68k/rtems/score/cpu.h
index 51a642be50..a9a152cd2e 100644
--- a/cpukit/score/cpu/m68k/rtems/score/cpu.h
+++ b/cpukit/score/cpu/m68k/rtems/score/cpu.h
@@ -274,7 +274,7 @@ SCORE_EXTERN _CPU_ISR_handler_entry _CPU_ISR_jump_table[256];
* Minimum size of a thread's stack.
*/
-#define CPU_STACK_MINIMUM_SIZE 2048
+#define CPU_STACK_MINIMUM_SIZE 4096
/*
* m68k is pretty tolerant of alignment. Just put things on 4 byte boundaries.