From patchwork Fri Mar 8 20:06:35 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [33/66] target-ppc: Extract MPC82xx alias Date: Fri, 08 Mar 2013 10:06:35 -0000 From: Alexander Graf X-Patchwork-Id: 226267 Message-Id: <1362773228-1747-34-git-send-email-agraf@suse.de> To: qemu-devel qemu-devel Cc: Blue Swirl , "qemu-ppc@nongnu.org list:PowerPC" , =?utf-8?q?Andreas=20F=C3=A4rber?= , =?utf-8?q?Aur=C3=A9lien=20Jarno?= From: Andreas Färber Signed-off-by: Andreas Färber Signed-off-by: Alexander Graf --- target-ppc/translate_init.c | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/target-ppc/translate_init.c b/target-ppc/translate_init.c index a4eae26..2ab7d16 100644 --- a/target-ppc/translate_init.c +++ b/target-ppc/translate_init.c @@ -7046,7 +7046,6 @@ enum { #define CPU_POWERPC_MPC5200B_v20 CPU_POWERPC_G2LEgp1 #define CPU_POWERPC_MPC5200B_v21 CPU_POWERPC_G2LEgp1 /* MPC82xx microcontrollers */ -#define CPU_POWERPC_MPC82xx CPU_POWERPC_MPC8280 #define CPU_POWERPC_MPC8240 CPU_POWERPC_MPC603 #define CPU_POWERPC_MPC8241 CPU_POWERPC_G2_HIP4 #define CPU_POWERPC_MPC8245 CPU_POWERPC_G2_HIP4 @@ -7912,8 +7911,6 @@ static const ppc_def_t ppc_defs[] = { /* Generic MPC52xx core */ POWERPC_DEF_SVR("MPC52xx", CPU_POWERPC_MPC52xx, POWERPC_SVR_52xx, G2LE) - /* Generic MPC82xx core */ - POWERPC_DEF("MPC82xx", CPU_POWERPC_MPC82xx, G2) /* PowerPC G2 core */ POWERPC_DEF("G2", CPU_POWERPC_G2, G2) /* PowerPC G2 H4 core */ @@ -8951,6 +8948,7 @@ static const PowerPCCPUAlias ppc_cpu_aliases[] = { { "MPC880", "MPC8xx" }, { "MPC885", "MPC8xx" }, + { "MPC82xx", "MPC8280" }, { "PowerQUICC-II", "MPC82xx" }, { "e200", "e200z6" }, { "e300", "e300c3" },