summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/cpu/mips/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-12-19 16:44:59 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-12-19 16:44:59 +0000
commit3ad7c5d2f53f69f09b5dbd475d565be3826dc159 (patch)
tree4a813da8d8a434501daae005f0c7215824ce8eb4 /c/src/exec/score/cpu/mips/ChangeLog
parent2000-12-19 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-3ad7c5d2f53f69f09b5dbd475d565be3826dc159.tar.bz2
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.
Diffstat (limited to 'c/src/exec/score/cpu/mips/ChangeLog')
-rw-r--r--c/src/exec/score/cpu/mips/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/c/src/exec/score/cpu/mips/ChangeLog b/c/src/exec/score/cpu/mips/ChangeLog
index d424e360c9..8def49d0ce 100644
--- a/c/src/exec/score/cpu/mips/ChangeLog
+++ b/c/src/exec/score/cpu/mips/ChangeLog
@@ -1,3 +1,8 @@
+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.
+
2000-12-13 Joel Sherrill <joel@OARcorp.com>
* cpu.c: Removed duplicate declaration for _ISR_Vector_table.