summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/mips/ChangeLog
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/ChangeLog
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 'cpukit/score/cpu/mips/ChangeLog')
-rw-r--r--cpukit/score/cpu/mips/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/cpukit/score/cpu/mips/ChangeLog b/cpukit/score/cpu/mips/ChangeLog
index cbacb142da..da56fd86ea 100644
--- a/cpukit/score/cpu/mips/ChangeLog
+++ b/cpukit/score/cpu/mips/ChangeLog
@@ -1,3 +1,9 @@
+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.
+
2007-12-17 Joel Sherrill <joel.sherrill@oarcorp.com>
* rtems/score/cpu.h: Add _CPU_Context_Get_SP() for stack check utility.