]> git.proxmox.com Git - mirror_qemu.git/commit
target/hppa: Make hppa_cpu_tlb_fill sysemu only
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 14 Sep 2021 23:39:34 +0000 (16:39 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 2 Nov 2021 11:00:52 +0000 (07:00 -0400)
commit860e0b965be0ac3b8e455c3d80d4ca6f5e30a97a
treedf6979b44a26fafc688fd084faa2c0f7861c08a0
parent70863887a84caae2cfaf31b3ce900452d87553bd
target/hppa: Make hppa_cpu_tlb_fill sysemu only

The fallback code in cpu_loop_exit_sigsegv is sufficient
for hppa linux-user.

Remove the code from cpu_loop that raised SIGSEGV.
This makes all of the code in mem_helper.c sysemu only,
so remove the ifdefs and move the file to hppa_softmmu_ss.

Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
linux-user/hppa/cpu_loop.c
target/hppa/cpu.c
target/hppa/cpu.h
target/hppa/mem_helper.c
target/hppa/meson.build