summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/powerpc/mpc6xx/exceptions/raw_exception.c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-12-31 12:30:23 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-12-31 12:30:23 +0000
commite9b17e4bbde0a991b59cb89b9e879ab4ea8c7d0b (patch)
tree64f8a8343fc745a70518298b8d864e4e90de5dad /c/src/lib/libcpu/powerpc/mpc6xx/exceptions/raw_exception.c
parent2005-11-31 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-e9b17e4bbde0a991b59cb89b9e879ab4ea8c7d0b.tar.bz2
2005-12-31 Ralf Corsepius <ralf.corsepius@rtems.org>
PR 851/bsps * mpc6xx/exceptions/raw_exception.c: Add PPC_603le.
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 8ccc43f969..e1770ebd58 100644
--- a/c/src/lib/libcpu/powerpc/mpc6xx/exceptions/raw_exception.c
+++ b/c/src/lib/libcpu/powerpc/mpc6xx/exceptions/raw_exception.c
@@ -176,6 +176,7 @@ int mpc60x_vector_is_valid(rtems_vector vector)
break;
case PPC_603:
case PPC_603e:
+ case PPC_603le:
case PPC_603ev:
case PPC_8260:
/* case PPC_8240: -- same value as 8260 */