summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/cpu/powerpc/other_cpu/cpu.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-26 14:39:57 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-26 14:39:57 +0000
commit9a986282df4aaa700833e1fb1b3ac79ec094b029 (patch)
tree9709e6b7f91cfbe1d0e3b93848e9631c82f9967d /c/src/exec/score/cpu/powerpc/other_cpu/cpu.h
parentPatch from Emmanuel Raguet <raguet@crf.canon.fr> to add missing file (diff)
downloadrtems-9a986282df4aaa700833e1fb1b3ac79ec094b029.tar.bz2
Increased minimum stack size to ensure that there are no problems
running the network stack.
Diffstat (limited to '')
-rw-r--r--c/src/exec/score/cpu/powerpc/other_cpu/cpu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/exec/score/cpu/powerpc/other_cpu/cpu.h b/c/src/exec/score/cpu/powerpc/other_cpu/cpu.h
index ba1cddb3ca..c126bdf1a1 100644
--- a/c/src/exec/score/cpu/powerpc/other_cpu/cpu.h
+++ b/c/src/exec/score/cpu/powerpc/other_cpu/cpu.h
@@ -606,7 +606,7 @@ SCORE_EXTERN struct {
* that a "reasonable" small application should not have any problems.
*/
-#define CPU_STACK_MINIMUM_SIZE (1024*3)
+#define CPU_STACK_MINIMUM_SIZE (1024*8)
/*
* CPU's worst alignment requirement for data types on a byte boundary. This