qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v3 30/41] target/mips: Make mips_cpu_tlb_fill sysemu only


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH v3 30/41] target/mips: Make mips_cpu_tlb_fill sysemu only
Date: Sat, 2 Oct 2021 16:23:08 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.1.0

On 10/1/21 19:11, Richard Henderson wrote:
> The fallback code in raise_sigsegv is sufficient for mips linux-user.
> This means we can remove tcg/user/tlb_helper.c entirely.
> Remove the code from cpu_loop that raised SIGSEGV.
> 
> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
> ---
>  target/mips/tcg/tcg-internal.h    |  7 ++--
>  linux-user/mips/cpu_loop.c        | 11 ------
>  target/mips/cpu.c                 |  2 +-
>  target/mips/tcg/user/tlb_helper.c | 59 -------------------------------
>  target/mips/tcg/meson.build       |  3 --
>  target/mips/tcg/user/meson.build  |  3 --
>  6 files changed, 5 insertions(+), 80 deletions(-)
>  delete mode 100644 target/mips/tcg/user/tlb_helper.c
>  delete mode 100644 target/mips/tcg/user/meson.build

Yay!

Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>



reply via email to

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