qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 18/22] tcg/sparc64: Remove USE_REG_TB


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH 18/22] tcg/sparc64: Remove USE_REG_TB
Date: Tue, 6 Dec 2022 08:44:55 +0100
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.5.1

On 6/12/22 05:17, Richard Henderson wrote:
This is always true for sparc64, so this is dead since 3a5f6805c7ca.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
---
  tcg/sparc64/tcg-target.c.inc | 57 ++++++++++++++----------------------
  1 file changed, 22 insertions(+), 35 deletions(-)

@@ -1897,7 +1884,7 @@ void tb_target_set_jmp_target(const TranslationBlock *tb, 
int n,
      tcg_debug_assert(tb_disp == (int32_t)tb_disp);
      tcg_debug_assert(br_disp == (int32_t)br_disp);
- if (!USE_REG_TB) {
+    if (0) {
          qatomic_set((uint32_t *)jmp_rw,
                    deposit32(CALL, 0, 30, br_disp >> 2));
          flush_idcache_range(jmp_rx, jmp_rw, 4);

Why remove in the next patch and not here?

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>




reply via email to

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