Increased stack size to 4K per Eric Norum.

This commit is contained in:
Joel Sherrill
2000-01-03 16:52:50 +00:00
parent 205d56453f
commit e065e8ae8b
2 changed files with 2 additions and 2 deletions

View File

@@ -274,7 +274,7 @@ SCORE_EXTERN _CPU_ISR_handler_entry _CPU_ISR_jump_table[256];
* Minimum size of a thread's stack. * 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. * m68k is pretty tolerant of alignment. Just put things on 4 byte boundaries.

View File

@@ -274,7 +274,7 @@ SCORE_EXTERN _CPU_ISR_handler_entry _CPU_ISR_jump_table[256];
* Minimum size of a thread's stack. * 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. * m68k is pretty tolerant of alignment. Just put things on 4 byte boundaries.