From aff700ae6d4e197b906a2649be6f6c3451a5430f Mon Sep 17 00:00:00 2001 From: Leon Alrae Date: Tue, 13 Feb 2018 14:05:05 -0500 Subject: [PATCH] target-mips: remove misleading comments in translate_init.c PABITS are not hardcoded to 36 bits and we do not model 59 PABITS (which is the architectural limit) in QEMU. Backports commit 28b027d5b63c7550c7390041d6dd50948c8f55b8 from qemu --- qemu/target-mips/translate_init.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/qemu/target-mips/translate_init.c b/qemu/target-mips/translate_init.c index a5d34903..352a641b 100644 --- a/qemu/target-mips/translate_init.c +++ b/qemu/target-mips/translate_init.c @@ -712,9 +712,6 @@ static const mips_def_t mips_defs[] = (1 << FCR0_S) | (0x00 << FCR0_PRID) | (0x0 << FCR0_REV), 0, 42, - /* The architectural limit is 59, but we have hardcoded 36 bit - in some places... - 59, */ /* the architectural limit */ 36, 0,0, 0,0, 0,0, 0,0, 0,0, 0,0, CPU_MIPS64R2 | ASE_MIPS3D, @@ -754,9 +751,6 @@ static const mips_def_t mips_defs[] = (0x00 << FCR0_PRID) | (0x0 << FCR0_REV), 0, 42, - /* The architectural limit is 59, but we have hardcoded 36 bit - in some places... - 59, */ /* the architectural limit */ 36, 0,0, 0,0, 0,0, 0,0, 0,0, (1 << CP0PG_IEC) | (1 << CP0PG_XIE) |