summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/powerpc/mpc6xx/exceptions/raw_exception.c
diff options
context:
space:
mode:
authorTill Straumann <strauman@slac.stanford.edu>2005-11-02 23:24:48 +0000
committerTill Straumann <strauman@slac.stanford.edu>2005-11-02 23:24:48 +0000
commit408bb717c9cfcbafa96f234da8c627736abe486b (patch)
tree5506f5ef56a15aee0d40042097a527e9f44764e9 /c/src/lib/libcpu/powerpc/mpc6xx/exceptions/raw_exception.c
parent2005-11-02 Fredic Praca <freebsd-fr.org> (diff)
downloadrtems-408bb717c9cfcbafa96f234da8c627736abe486b.tar.bz2
2005-11-02 straumanatslacdotstanford.edu
* ChangeLog, configure.ac, mpc6xx/exceptions/raw_exception.c, shared/include/cpuIdent.c, shared/include/cpuIdent.h: recognize mpc7457 CPU; added definitions for high bats (#4..7) on 7450 CPUs
Diffstat (limited to 'c/src/lib/libcpu/powerpc/mpc6xx/exceptions/raw_exception.c')
-rw-r--r--c/src/lib/libcpu/powerpc/mpc6xx/exceptions/raw_exception.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/c/src/lib/libcpu/powerpc/mpc6xx/exceptions/raw_exception.c b/c/src/lib/libcpu/powerpc/mpc6xx/exceptions/raw_exception.c
index 282297878e..601cf630bb 100644
--- a/c/src/lib/libcpu/powerpc/mpc6xx/exceptions/raw_exception.c
+++ b/c/src/lib/libcpu/powerpc/mpc6xx/exceptions/raw_exception.c
@@ -169,6 +169,7 @@ int mpc60x_vector_is_valid(rtems_vector vector)
case PPC_604e:
case PPC_604r:
case PPC_7455: /* Kate Feng */
+ case PPC_7457:
if (!mpc604_vector_is_valid(vector)) {
return 0;
}