forked from Imagelibrary/rtems
2004-11-20 Ralf Corsepius <ralf.corsepius@rtems.org>
* powerpc/shared/include/cpuIdent.c, powerpc/shared/include/cpuIdent.h: Add 603le. (Submitted by Thomas.Doerfler <Thomas.Doerfler@imd-systems.de> as part of the patch attached to PR 703).
This commit is contained in:
@@ -37,6 +37,7 @@ char *get_ppc_cpu_type_name(ppc_cpu_id_t cpu)
|
||||
case PPC_750: return "MPC750";
|
||||
case PPC_7400: return "MPC7400";
|
||||
case PPC_7455: return "MPC7455";
|
||||
case PPC_603le: return "MPC603le";
|
||||
case PPC_604e: return "MPC604e";
|
||||
case PPC_604r: return "MPC604r";
|
||||
case PPC_620: return "MPC620";
|
||||
@@ -59,11 +60,12 @@ ppc_cpu_id_t get_ppc_cpu_type()
|
||||
case PPC_5XX:
|
||||
case PPC_603:
|
||||
case PPC_603ev:
|
||||
case PPC_603le:
|
||||
case PPC_604:
|
||||
case PPC_604r:
|
||||
case PPC_750:
|
||||
case PPC_7400:
|
||||
case PPC_7455:
|
||||
case PPC_7455:
|
||||
case PPC_604e:
|
||||
case PPC_620:
|
||||
case PPC_860:
|
||||
|
||||
Reference in New Issue
Block a user