summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/mips/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cpukit/score/cpu/mips/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/cpukit/score/cpu/mips/ChangeLog b/cpukit/score/cpu/mips/ChangeLog
index a6aae9c1d9..53cca28825 100644
--- a/cpukit/score/cpu/mips/ChangeLog
+++ b/cpukit/score/cpu/mips/ChangeLog
@@ -1,3 +1,10 @@
+2010-07-01 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * rtems/asm.h, rtems/score/cpu.h: cpu.h defines were not available to
+ assembly programs. This resulted in percpu.h (when included from
+ assembly) not being able to detect that the MIPS does not have a
+ dedicated software managed interrupt stack.
+
2010-06-28 Joel Sherrill <joel.sherrill@oarcorp.com>
PR 1573/cpukit