mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-11-16 12:34:45 +00:00
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.
This commit is contained in:
@@ -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]).
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user