summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/m68k/ChangeLog
diff options
context:
space:
mode:
authorTill Straumann <strauman@slac.stanford.edu>2006-06-19 23:22:04 +0000
committerTill Straumann <strauman@slac.stanford.edu>2006-06-19 23:22:04 +0000
commit412da6df021710244de440305aadadfe6e08c39e (patch)
treeb4b9954bf6d9138826e7c13afdf8633158afbcb1 /cpukit/score/cpu/m68k/ChangeLog
parent Indicate that it's ok to use decoupled cycles to access (diff)
downloadrtems-412da6df021710244de440305aadadfe6e08c39e.tar.bz2
PR1091/patch
* cpu_asm.S: Reduce mask from 0xffc to 0x3fc so only the vector bits are used when calculating the exception vector.
Diffstat (limited to '')
-rw-r--r--cpukit/score/cpu/m68k/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/cpukit/score/cpu/m68k/ChangeLog b/cpukit/score/cpu/m68k/ChangeLog
index 1475d13eda..f8d08a2e2a 100644
--- a/cpukit/score/cpu/m68k/ChangeLog
+++ b/cpukit/score/cpu/m68k/ChangeLog
@@ -1,3 +1,9 @@
+2006-06-19 Till Straumann <strauman@slac.stanford.edu>
+
+ PR1091/patch
+ * cpu_asm.S: Reduce mask from 0xffc to 0x3fc so only the vector
+ bits are used when calculating the exception vector.
+
2006-02-28 Eric Norum <norume@aps.anl.gov>
PR 904/patch