summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/mips/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-12-19 16:46:29 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-12-19 16:46:29 +0000
commit87e8f25ad70e6aae7f62e654d513085fce0e001e (patch)
treef0379c9234331f3db46f556a98d5437f7990e910 /cpukit/score/cpu/mips/ChangeLog
parent2000-12-19 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-87e8f25ad70e6aae7f62e654d513085fce0e001e.tar.bz2
2000-12-19 Joel Sherrill <joel@OARcorp.com>
* cpu_asm.S (_ISR_Handler): Return to the address in the EPC register. Previous code resulting in the interrupted immediately returning to the caller of the routine it was inside.
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 8def49d0ce..86dfd0e121 100644
--- a/cpukit/score/cpu/mips/ChangeLog
+++ b/cpukit/score/cpu/mips/ChangeLog
@@ -1,5 +1,11 @@
2000-12-19 Joel Sherrill <joel@OARcorp.com>
+ * cpu_asm.S (_ISR_Handler): Return to the address in the EPC register.
+ Previous code resulting in the interrupted immediately returning
+ to the caller of the routine it was inside.
+
+2000-12-19 Joel Sherrill <joel@OARcorp.com>
+
* cpu.c (_CPU_Initialize): Do not initialize _ISR_Vector_table() here
because it has not been allocated yet.