Re: [PATCH] target/mips: Remove duplicated MIPSCPU::cp0_count_rate

2021-12-13 Thread Richard Henderson
On 12/13/21 2:23 AM, Philippe Mathieu-Daudé wrote: Since the previous commit 9ea89876f9d ("target/mips: Fix cycle counter timing calculations"), MIPSCPU::cp0_count_rate is not used anymore. We don't need it since it is already expressed as mips_def_t::CCRes. Remove the duplicate and clean. Signe

[PATCH] target/mips: Remove duplicated MIPSCPU::cp0_count_rate

2021-12-13 Thread Philippe Mathieu-Daudé
Since the previous commit 9ea89876f9d ("target/mips: Fix cycle counter timing calculations"), MIPSCPU::cp0_count_rate is not used anymore. We don't need it since it is already expressed as mips_def_t::CCRes. Remove the duplicate and clean. Signed-off-by: Philippe Mathieu-Daudé --- Based-on: <2021