From 56c4caeca69e71a42370d1171428a9091bdb6e77 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sat, 20 Nov 2004 04:32:41 +0000 Subject: 2004-11-20 Ralf Corsepius * powerpc/shared/include/cpuIdent.c, powerpc/shared/include/cpuIdent.h: Add 603le. (Submitted by Thomas.Doerfler as part of the patch attached to PR 703). --- c/src/lib/libcpu/powerpc/shared/include/cpuIdent.h | 1 + 1 file changed, 1 insertion(+) (limited to 'c/src/lib/libcpu/powerpc/shared/include/cpuIdent.h') diff --git a/c/src/lib/libcpu/powerpc/shared/include/cpuIdent.h b/c/src/lib/libcpu/powerpc/shared/include/cpuIdent.h index 88d1138651..a0a7fd89ae 100644 --- a/c/src/lib/libcpu/powerpc/shared/include/cpuIdent.h +++ b/c/src/lib/libcpu/powerpc/shared/include/cpuIdent.h @@ -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; -- cgit v1.2.3