summaryrefslogtreecommitdiffstats
path: root/c/src
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
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 'c/src')
-rw-r--r--c/src/lib/libcpu/powerpc/ChangeLog6
-rw-r--r--c/src/lib/libcpu/powerpc/mpc6xx/exceptions/raw_exception.c1
2 files changed, 7 insertions, 0 deletions
diff --git a/c/src/lib/libcpu/powerpc/ChangeLog b/c/src/lib/libcpu/powerpc/ChangeLog
index a3a448ebeb..408d44b691 100644
--- a/c/src/lib/libcpu/powerpc/ChangeLog
+++ b/c/src/lib/libcpu/powerpc/ChangeLog
@@ -1,3 +1,9 @@
+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.
+
2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
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;
}