summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/powerpc/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libcpu/powerpc/ChangeLog')
-rw-r--r--c/src/lib/libcpu/powerpc/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/c/src/lib/libcpu/powerpc/ChangeLog b/c/src/lib/libcpu/powerpc/ChangeLog
index 9cc6005956..4413742366 100644
--- a/c/src/lib/libcpu/powerpc/ChangeLog
+++ b/c/src/lib/libcpu/powerpc/ChangeLog
@@ -1,5 +1,14 @@
2007-11-29 Till Straumann <strauman@slac.stanford.edu>
+ * shared/include/cpuIdent.h, shared/include/cpuIdent.c:
+ Added a simple 'feature check' facility. Code should
+ not check for a particular CPU type if possible but
+ check the respective feature bit (e.g., 'has_altivec').
+ This makes it much less cumbersome to add more CPU
+ types in the future.
+
+2007-11-29 Till Straumann <strauman@slac.stanford.edu>
+
* mpc6xx/mmu/bat.c, mpc6xx/mmu/bat.h: Added support
for setting & reading IBATs.