* [Qemu-devel] [PATCH] [MIPS] Remove unused constant
@ 2010-07-31 9:10 Hervé Poussineau
0 siblings, 0 replies; only message in thread
From: Hervé Poussineau @ 2010-07-31 9:10 UTC (permalink / raw)
To: qemu-devel; +Cc: Hervé Poussineau
Remove unused constant MIPS_FCR0
Signed-off-by: Hervé Poussineau <hpoussin@reactos.org>
---
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))
-/* 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_REV))
-
/* MMU types, the first four entries have the same layout as the
CP0C0_MT field. */
enum mips_mmu_types {
--
1.7.1.GIT
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2010-07-31 9:11 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-31 9:10 [Qemu-devel] [PATCH] [MIPS] Remove unused constant Hervé Poussineau
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.