summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/mips/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-07-16 22:26:14 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-07-16 22:26:14 +0000
commitdc3848d0bce537e2332f27c2e46dda673890a36e (patch)
tree8a91c7860f7e64831c63f2e8448b2ab103c683ef /cpukit/score/cpu/mips/ChangeLog
parent2002-07-16 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-dc3848d0bce537e2332f27c2e46dda673890a36e.tar.bz2
2002-07-16 Greg Menke <gregory.menke@gsfc.nasa.gov>
* cpu_asm.S: Added SR_IEO to context restore to fix isr disabled deadlock caused by interrupt arriving while dispatching.
Diffstat (limited to 'cpukit/score/cpu/mips/ChangeLog')
-rw-r--r--cpukit/score/cpu/mips/ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/cpukit/score/cpu/mips/ChangeLog b/cpukit/score/cpu/mips/ChangeLog
index b17132b015..0480a7d542 100644
--- a/cpukit/score/cpu/mips/ChangeLog
+++ b/cpukit/score/cpu/mips/ChangeLog
@@ -1,3 +1,8 @@
+2002-07-16 Greg Menke <gregory.menke@gsfc.nasa.gov>
+
+ * cpu_asm.S: Added SR_IEO to context restore to fix isr disabled
+ deadlock caused by interrupt arriving while dispatching.
+
2002-07-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: RTEMS_TOP(../../../..).
@@ -72,7 +77,7 @@
end of the frame gdb cares about, so doesn't affect gdb or cpu.h
stuff.
* rtems/score/cpu.h: added an #ifdef so cpu_asm.S can include it
- to obtain FPU defines without systax errors generated by the C
+ to obtain FPU defines without syntax errors generated by the C
defintions.
* cpu.c: Improved interrupt level saves & restores.