qemu-riscv
[Top][All Lists]
Advanced

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

Re: [PATCH 10/24] exec: Reduce tlb_set_dirty() declaration scope


From: Richard Henderson
Subject: Re: [PATCH 10/24] exec: Reduce tlb_set_dirty() declaration scope
Date: Sun, 21 Apr 2024 09:36:30 -0700
User-agent: Mozilla Thunderbird

On 4/18/24 12:25, Philippe Mathieu-Daudé wrote:
tlb_set_dirty() is only used in accel/tcg/cputlb.c,
where it is defined. Declare it statically, removing
the stub.

Signed-off-by: Philippe Mathieu-Daudé<philmd@linaro.org>
---
  include/exec/exec-all.h | 1 -
  accel/stubs/tcg-stub.c  | 4 ----
  accel/tcg/cputlb.c      | 2 +-
  3 files changed, 1 insertion(+), 6 deletions(-)

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

r~



reply via email to

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