summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/powerpc/mpc6xx/exceptions/raw_exception.c
diff options
context:
space:
mode:
authorEric Norum <WENorum@lbl.gov>2004-10-20 15:42:24 +0000
committerEric Norum <WENorum@lbl.gov>2004-10-20 15:42:24 +0000
commit83d7232232cc6ecaa8defb9b5658c21a7f32c86a (patch)
tree3c822dceabe3072add629a589b76eb5a44be1463 /c/src/lib/libcpu/powerpc/mpc6xx/exceptions/raw_exception.c
parentAdd MVME5500 BSP. (diff)
downloadrtems-83d7232232cc6ecaa8defb9b5658c21a7f32c86a.tar.bz2
Add Kate Feng's MVME5500 BSP.
Diffstat (limited to '')
-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 3ea32b1829..1989a9bfb0 100644
--- a/c/src/lib/libcpu/powerpc/mpc6xx/exceptions/raw_exception.c
+++ b/c/src/lib/libcpu/powerpc/mpc6xx/exceptions/raw_exception.c
@@ -126,6 +126,7 @@ int mpc60x_vector_is_valid(rtems_vector vector)
case PPC_604:
case PPC_604e:
case PPC_604r:
+ case PPC_7455: /* Kate Feng */
if (!mpc604_vector_is_valid(vector)) {
return 0;
}