From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=56053 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Of860-0001Zt-Qb for qemu-devel@nongnu.org; Sat, 31 Jul 2010 05:11:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Of85z-0001DA-KH for qemu-devel@nongnu.org; Sat, 31 Jul 2010 05:11:08 -0400 Received: from smtp5-g21.free.fr ([212.27.42.5]:48651) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Of85z-0001Cv-23 for qemu-devel@nongnu.org; Sat, 31 Jul 2010 05:11:07 -0400 From: =?UTF-8?q?Herv=C3=A9=20Poussineau?= Date: Sat, 31 Jul 2010 11:10:45 +0200 Message-Id: <1280567445-7231-1-git-send-email-hpoussin@reactos.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PATCH] [MIPS] Remove unused constant List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: =?UTF-8?q?Herv=C3=A9=20Poussineau?= Remove unused constant MIPS_FCR0 Signed-off-by: Herv=C3=A9 Poussineau --- target-mips/translate_init.c | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/target-mips/translate_init.c b/target-mips/translate_init.c index 0d9899e..8d1ece7 100644 --- a/target-mips/translate_init.c +++ b/target-mips/translate_init.c @@ -45,10 +45,6 @@ (0 << CP0C3_VEIC) | (0 << CP0C3_VInt) | (0 << CP0C3_SP) | \ (0 << CP0C3_SM) | (0 << CP0C3_TL)) =20 -/* Define a implementation number of 1. - Define a major version 1, minor version 0. */ -#define MIPS_FCR0 ((0 << FCR0_S) | (0x1 << FCR0_PRID) | (0x10 << FCR0_RE= V)) - /* MMU types, the first four entries have the same layout as the CP0C0_MT field. */ enum mips_mmu_types { --=20 1.7.1.GIT