* new-exceptions/bspsupport/ppc_exc_categories.c,
	shared/include/cpuIdent.c, shared/include/cpuIdent.h: Support e200z7.
This commit is contained in:
Sebastian Huber
2011-08-31 15:27:58 +00:00
parent 6fbf65fdf9
commit b2aa729698
4 changed files with 18 additions and 7 deletions

View File

@@ -275,6 +275,7 @@ const ppc_exc_categories *ppc_exc_categories_for_cpu(ppc_cpu_id_t cpu)
case PPC_e200z0:
case PPC_e200z1:
case PPC_e200z6:
case PPC_e200z7:
return &e200_category_table;
case PPC_5XX:
return &mpc_5xx_category_table;