summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/mips/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-07-01 19:43:29 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-07-01 19:43:29 +0000
commit9787ee22a1568ff18489b3a4d3b9084d571d9986 (patch)
treeb971ff65e08b112c956cb0c6eeb976754900a749 /cpukit/score/cpu/mips/ChangeLog
parent2010-07-01 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-9787ee22a1568ff18489b3a4d3b9084d571d9986.tar.bz2
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.
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