qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Richard Henderson
Subject: Re: [PATCH] target/mips: Remove duplicated MIPSCPU::cp0_count_rate
Date: Mon, 13 Dec 2021 07:41:52 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.14.0

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.

Signed-off-by: Philippe Mathieu-Daudé<f4bug@amsat.org>
---
Based-on:<20211116072606.BE9C8A1856@thoreau.thistledown.com.au>
---
  target/mips/cpu.h      |  9 ---------
  target/mips/internal.h |  9 +++++++++
  target/mips/cpu.c      | 10 ----------
  3 files changed, 9 insertions(+), 19 deletions(-)

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]