summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/powerpc/mpc6xx/exceptions/raw_exception.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2003-02-14 20:12:10 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2003-02-14 20:12:10 +0000
commit83795347acc3e98216f5c59107546267c6e00f7b (patch)
treeefe67d1c6f1ec5067710338ad876cc8dbbdf969f /c/src/lib/libcpu/powerpc/mpc6xx/exceptions/raw_exception.c
parent2003-02-14 Till Straumann <strauman@slac.stanford.edu> (diff)
downloadrtems-83795347acc3e98216f5c59107546267c6e00f7b.tar.bz2
2003-02-14 Greg Menke <gregory.menke@gsfc.nasa.gov>
PR 348/bsps * mpc6xx/exceptions/raw_exception.c: Add PPC_603ev as required by MTX603e 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 1759ad0216..7b6c6a573c 100644
--- a/c/src/lib/libcpu/powerpc/mpc6xx/exceptions/raw_exception.c
+++ b/c/src/lib/libcpu/powerpc/mpc6xx/exceptions/raw_exception.c
@@ -132,6 +132,7 @@ int mpc60x_vector_is_valid(rtems_vector vector)
break;
case PPC_603:
case PPC_603e:
+ case PPC_603ev:
if (!mpc603_vector_is_valid(vector)) {
return 0;
}