[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PULL 4/5] target/mips: Remove some spurious R5900-related
From: |
Aleksandar Markovic |
Subject: |
[Qemu-devel] [PULL 4/5] target/mips: Remove some spurious R5900-related comments |
Date: |
Tue, 30 Oct 2018 18:28:17 +0100 |
From: Aleksandar Markovic <address@hidden>
Remove some spurious R5900-related comments. Very similar comments
are in the vicinity of the area in question, and in file translate.c.
Reviewed-by: Stefan Markovic <address@hidden>
Signed-off-by: Aleksandar Markovic <address@hidden>
---
target/mips/translate_init.inc.c | 12 ------------
1 file changed, 12 deletions(-)
diff --git a/target/mips/translate_init.inc.c b/target/mips/translate_init.inc.c
index 85da4a2..cab2003 100644
--- a/target/mips/translate_init.inc.c
+++ b/target/mips/translate_init.inc.c
@@ -411,18 +411,6 @@ const mips_def_t mips_defs[] =
.mmu_type = MMU_TYPE_R4000,
},
{
- /*
- * The Toshiba TX System RISC TX79 Core Architecture manual
- *
- * https://wiki.qemu.org/File:C790.pdf
- *
- * describes the C790 processor that is a follow-up to the R5900.
- * There are a few notable differences in that the R5900 FPU
- *
- * - is not IEEE 754-1985 compliant,
- * - does not implement double format, and
- * - its machine code is nonstandard.
- */
.name = "R5900",
.CP0_PRid = 0x00002E00,
/* No L2 cache, icache size 32k, dcache size 32k, uncached coherency.
*/
--
2.7.4
- [Qemu-devel] [PULL 0/5] MIPS queue for October 2018, part 5, Aleksandar Markovic, 2018/10/30
- [Qemu-devel] [PULL 5/5] target/mips: Enable only tested modes for R5900, Aleksandar Markovic, 2018/10/30
- [Qemu-devel] [PULL 1/5] target/mips: Rename MMI-related masks, Aleksandar Markovic, 2018/10/30
- [Qemu-devel] [PULL 2/5] target/mips: Rename MMI-related opcodes, Aleksandar Markovic, 2018/10/30
- [Qemu-devel] [PULL 4/5] target/mips: Remove some spurious R5900-related comments,
Aleksandar Markovic <=
- [Qemu-devel] [PULL 3/5] target/mips: Rename MMI-related functions, Aleksandar Markovic, 2018/10/30
- Re: [Qemu-devel] [PULL 0/5] MIPS queue for October 2018, part 5, Philippe Mathieu-Daudé, 2018/10/30