From patchwork Mon Feb 18 09:16:28 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [ppc-next,v2,29/52] target-ppc: Extract e300 alias Date: Sun, 17 Feb 2013 23:16:28 -0000 From: =?utf-8?q?Andreas_F=C3=A4rber_=3Cafaerber=40suse=2Ede=3E?= X-Patchwork-Id: 221247 Message-Id: <1361179011-7226-30-git-send-email-afaerber@suse.de> To: qemu-devel@nongnu.org Cc: qemu-ppc@nongnu.org, =?UTF-8?q?Andreas=20F=C3=A4rber?= , Alexander Graf Signed-off-by: Andreas Färber --- target-ppc/translate_init.c | 4 +--- 1 Datei geändert, 1 Zeile hinzugefügt(+), 3 Zeilen entfernt(-) diff --git a/target-ppc/translate_init.c b/target-ppc/translate_init.c index 12f955e..14e5694 100644 --- a/target-ppc/translate_init.c +++ b/target-ppc/translate_init.c @@ -7119,7 +7119,6 @@ enum { #define CPU_POWERPC_MPC5567 CPU_POWERPC_e200z6 /* e300 family */ /* e300 cores */ -#define CPU_POWERPC_e300 CPU_POWERPC_e300c3 CPU_POWERPC_e300c1 = 0x00830010, CPU_POWERPC_e300c2 = 0x00840010, CPU_POWERPC_e300c3 = 0x00850010, @@ -8160,8 +8159,6 @@ static const ppc_def_t ppc_defs[] = { CPU_POWERPC_MPC5567, POWERPC_SVR_5567, e200) #endif /* e300 family */ - /* Generic PowerPC e300 core */ - POWERPC_DEF("e300", CPU_POWERPC_e300, e300) /* PowerPC e300c1 core */ POWERPC_DEF("e300c1", CPU_POWERPC_e300c1, e300) /* PowerPC e300c2 core */ @@ -8958,6 +8955,7 @@ static const PowerPCCPUAlias ppc_cpu_aliases[] = { { "MPC885", "MPC8xx" }, { "PowerQUICC-II", "MPC82xx" }, + { "e300", "e300c3" }, { "MPC8347", "MPC8347T" }, { "MPC8347A", "MPC8347AT" }, { "MPC8347E", "MPC8347ET" },