summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/cpu/m68k/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-12-19 16:43:34 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-12-19 16:43:34 +0000
commitc5333725bc33703ea2cbe1f36afa9713c0451648 (patch)
treef217fa490147d4ddfc3235e56c623729f8ee8023 /c/src/exec/score/cpu/m68k/ChangeLog
parent2000-12-19 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-c5333725bc33703ea2cbe1f36afa9713c0451648.tar.bz2
2000-12-19 Joel Sherrill <joel@OARcorp.com>
* cpu.c: Do not read or write raw interrupt vector table if we are on a CPU that does not have a %vbr register and the BSP is configured as having the table in ROM.
Diffstat (limited to 'c/src/exec/score/cpu/m68k/ChangeLog')
-rw-r--r--c/src/exec/score/cpu/m68k/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/c/src/exec/score/cpu/m68k/ChangeLog b/c/src/exec/score/cpu/m68k/ChangeLog
index 003d565afa..533d182258 100644
--- a/c/src/exec/score/cpu/m68k/ChangeLog
+++ b/c/src/exec/score/cpu/m68k/ChangeLog
@@ -1,3 +1,9 @@
+2000-12-19 Joel Sherrill <joel@OARcorp.com>
+
+ * cpu.c: Do not read or write raw interrupt vector table if
+ we are on a CPU that does not have a %vbr register and the
+ BSP is configured as having the table in ROM.
+
2000-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.