[rtems commit] bsps/powerpc: Use e500 exc categories for e6500

Sebastian Huber sebh at rtems.org
Tue Jan 13 10:39:10 UTC 2015


Module:    rtems
Branch:    master
Commit:    c279d0a33f460fb53ea71188b22e4ee69d1f1a64
Changeset: http://git.rtems.org/rtems/commit/?id=c279d0a33f460fb53ea71188b22e4ee69d1f1a64

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Fri Dec 19 13:05:00 2014 +0100

bsps/powerpc: Use e500 exc categories for e6500

This is not correct, but works for now.

---

 c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_categories.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_categories.c b/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_categories.c
index 91b949f..c99f33d 100644
--- a/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_categories.c
+++ b/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_categories.c
@@ -288,6 +288,7 @@ const ppc_exc_categories *ppc_exc_categories_for_cpu(ppc_cpu_id_t cpu)
       return &psim_category_table;
     case PPC_8540:
     case PPC_e500v2:
+    case PPC_e6500:
       return &e500_category_table;
     case PPC_e200z0:
     case PPC_e200z1:



More information about the vc mailing list