qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v3 39/41] target/sparc: Make sparc_cpu_tlb_fill sysemu only


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH v3 39/41] target/sparc: Make sparc_cpu_tlb_fill sysemu only
Date: Sat, 2 Oct 2021 16:28:28 +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 sparc.
> 
> This makes all of the code in mmu_helper.c sysemu only, so remove
> the ifdefs and move the file to sparc_softmmu_ss.  Remove the code
> from cpu_loop that handled TT_DFAULT and TT_TFAULT.
> 
> Cc: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
> ---
>  linux-user/sparc/cpu_loop.c | 25 -------------------------
>  target/sparc/cpu.c          |  2 +-
>  target/sparc/mmu_helper.c   | 25 -------------------------
>  target/sparc/meson.build    |  2 +-
>  4 files changed, 2 insertions(+), 52 deletions(-)

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



reply via email to

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