summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/mips/rtems/score/cpu.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-06-04 14:55:01 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-06-04 14:55:01 +0000
commit5a5bfea5881ebf39d21152ccf690b70226c9e4b3 (patch)
tree2bb38d9069501ff1c4b89477e1449f7a205d3246 /cpukit/score/cpu/mips/rtems/score/cpu.h
parentAdd hack to adjust n/ncr260vt300wpp (diff)
downloadrtems-5a5bfea5881ebf39d21152ccf690b70226c9e4b3.tar.bz2
2008-06-04 Joel Sherrill <joel.sherrill@OARcorp.com>
* rtems/score/cpu.h: Use a constant for CPU_STACK_MINIMUM_SIZE so it can be used in cpp expressions. Using sizeof() requires actually compiling the file.
Diffstat (limited to '')
-rw-r--r--cpukit/score/cpu/mips/rtems/score/cpu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/score/cpu/mips/rtems/score/cpu.h b/cpukit/score/cpu/mips/rtems/score/cpu.h
index 8c9a24fdc0..863866fc3d 100644
--- a/cpukit/score/cpu/mips/rtems/score/cpu.h
+++ b/cpukit/score/cpu/mips/rtems/score/cpu.h
@@ -673,7 +673,7 @@ extern unsigned int mips_interrupt_number_of_vectors;
* that a "reasonable" small application should not have any problems.
*/
-#define CPU_STACK_MINIMUM_SIZE (2048*sizeof(uint32_t))
+#define CPU_STACK_MINIMUM_SIZE (8 * 1024)
/*