qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 17/26] target/mips: Restrict CPUMIPSTLBContext::map_address()


From: Richard Henderson
Subject: Re: [PATCH 17/26] target/mips: Restrict CPUMIPSTLBContext::map_address() handlers scope
Date: Sun, 18 Apr 2021 12:40:58 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.7.1

On 4/18/21 9:31 AM, Philippe Mathieu-Daudé wrote:
The 3 map_address() handlers are local to tlb_helper.c,
no need to have their prototype declared publically.

Signed-off-by: Philippe Mathieu-Daudé<f4bug@amsat.org>
---
  target/mips/internal.h              |  6 ------
  target/mips/tcg/sysemu/tlb_helper.c | 13 +++++++------
  2 files changed, 7 insertions(+), 12 deletions(-)

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

r~



reply via email to

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