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
This commit is contained in:
Leon Alrae 2018-02-13 14:05:05 -05:00 committed by Lioncash
parent 8743ec8b6d
commit aff700ae6d
No known key found for this signature in database
GPG key ID: 4E3C3CC1031BA9C7

View file

@ -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) |