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:10 +00:00
parent b70779ae7a
commit 83795347ac
2 changed files with 7 additions and 0 deletions

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