PR 348/bsps
	* mpc6xx/exceptions/raw_exception.c: Add PPC_603ev as required
	by MTX603e BSP.
This commit is contained in:
Joel Sherrill
2003-02-14 20:12:34 +00:00
parent de621a5bd5
commit 9e2dc5fc56
2 changed files with 7 additions and 0 deletions

View File

@@ -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]).

View File

@@ -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;
}