summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/cpu/m68k/rtems/score/cpu.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-01-03 16:52:50 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-01-03 16:52:50 +0000
commite065e8ae8b2ea046b82db6ad4e2b30c25d2a6ac6 (patch)
treeb62f607b8b65dd40620cd2a0aaffa6cbf3269e02 /c/src/exec/score/cpu/m68k/rtems/score/cpu.h
parentPatch from John Mills <jmills@tga.com> to correct some cut and paste (diff)
downloadrtems-e065e8ae8b2ea046b82db6ad4e2b30c25d2a6ac6.tar.bz2
Increased stack size to 4K per Eric Norum.
Diffstat (limited to 'c/src/exec/score/cpu/m68k/rtems/score/cpu.h')
-rw-r--r--c/src/exec/score/cpu/m68k/rtems/score/cpu.h2
1 files changed, 1 insertions, 1 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.