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:
Ralf Corsepius
2004-11-20 04:32:41 +00:00
parent b25dcbd6b6
commit 56c4caeca6
3 changed files with 11 additions and 1 deletions

View File

@@ -37,6 +37,7 @@ typedef enum
PPC_8260 = 0x81,
PPC_8240 = PPC_8260,
PPC_8245 = 0x8081,
PPC_603le = 0x8082, /* 603le core, in MGT5100 and MPC5200 */
PPC_UNKNOWN = 0xffff
} ppc_cpu_id_t;