summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/powerpc/ChangeLog
diff options
context:
space:
mode:
authorTill Straumann <strauman@slac.stanford.edu>2007-12-06 21:03:46 +0000
committerTill Straumann <strauman@slac.stanford.edu>2007-12-06 21:03:46 +0000
commit76a5a3ccaf7695f9bc6b911c0867c384dae29d8f (patch)
treecc7064f935ddb3656af36202fe3f2b3b059b8399 /c/src/lib/libcpu/powerpc/ChangeLog
parent2007-12-06 Till Straumann <strauman@slac.stanford.edu> (diff)
downloadrtems-76a5a3ccaf7695f9bc6b911c0867c384dae29d8f.tar.bz2
2007-12-06 Till Straumann <strauman@slac.stanford.edu>
* shared/include/cpuIdent.h, shared/include/cpuIdent.c: added feature check for 603 'TLBMISS exception GPRS shadowing'.
Diffstat (limited to 'c/src/lib/libcpu/powerpc/ChangeLog')
-rw-r--r--c/src/lib/libcpu/powerpc/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/c/src/lib/libcpu/powerpc/ChangeLog b/c/src/lib/libcpu/powerpc/ChangeLog
index 616a5baf5e..90cee6a3fa 100644
--- a/c/src/lib/libcpu/powerpc/ChangeLog
+++ b/c/src/lib/libcpu/powerpc/ChangeLog
@@ -1,5 +1,10 @@
2007-12-06 Till Straumann <strauman@slac.stanford.edu>
+ * shared/include/cpuIdent.h, shared/include/cpuIdent.c:
+ added feature check for 603 'TLBMISS exception GPRS shadowing'.
+
+2007-12-06 Till Straumann <strauman@slac.stanford.edu>
+
* new-exceptions/raw_exception.c, new-exceptions/raw_exception.h:
Removed all #ifdef <cpu_flavor>. All exception vectors are now
always defined.