summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/powerpc/ChangeLog
diff options
context:
space:
mode:
authorTill Straumann <strauman@slac.stanford.edu>2006-06-19 20:30:08 +0000
committerTill Straumann <strauman@slac.stanford.edu>2006-06-19 20:30:08 +0000
commitbf943170754b8faf836f9be47a7c534d666f8e84 (patch)
tree2a52c92c47aca846b4142c9f84730722a1570af4 /c/src/lib/libcpu/powerpc/ChangeLog
parent Added altivec exception. Unfortunately, this doesn't fit (diff)
downloadrtems-bf943170754b8faf836f9be47a7c534d666f8e84.tar.bz2
re-checked synchronization requirements when manipulating
the caches against the book and updated 'dssall', 'sync' and 'isync's accordingly.
Diffstat (limited to 'c/src/lib/libcpu/powerpc/ChangeLog')
-rw-r--r--c/src/lib/libcpu/powerpc/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/c/src/lib/libcpu/powerpc/ChangeLog b/c/src/lib/libcpu/powerpc/ChangeLog
index d487a8a9e1..1a8e901564 100644
--- a/c/src/lib/libcpu/powerpc/ChangeLog
+++ b/c/src/lib/libcpu/powerpc/ChangeLog
@@ -1,5 +1,11 @@
2006-06-19 Till Straumann <strauman@slac.stanford.edu>
+ * mpc6xx/mmu/mmuAsm.S: re-checked synchronization
+ requirements when manipulating the caches against the book
+ and updated 'dssall', 'sync' and 'isync's accordingly.
+
+2006-06-19 Till Straumann <strauman@slac.stanford.edu>
+
* mpc6xx/exceptions/raw_exception.c, mpc6xx/exceptions/raw_exception.h:
Added altivec exception. Unfortunately, this doesn't fit
the normal scheme of vector = exception # << 8. So we picked