From dc3848d0bce537e2332f27c2e46dda673890a36e Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 16 Jul 2002 22:26:14 +0000 Subject: 2002-07-16 Greg Menke * cpu_asm.S: Added SR_IEO to context restore to fix isr disabled deadlock caused by interrupt arriving while dispatching. --- cpukit/score/cpu/mips/ChangeLog | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'cpukit/score/cpu/mips/ChangeLog') 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 + + * 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 * 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. -- cgit v1.2.3