]> git.proxmox.com Git - mirror_qemu.git/commit
target/hexagon: Remove hexagon_cpu_tlb_fill
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 14 Sep 2021 23:32:17 +0000 (16:32 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 2 Nov 2021 11:00:52 +0000 (07:00 -0400)
commit70863887a84caae2cfaf31b3ce900452d87553bd
treeeec5bbc9a5a0dae7c605b3bdd74bd69e2495ed2d
parent5753605412c194a0368b892d540b9971cd3a1907
target/hexagon: Remove hexagon_cpu_tlb_fill

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

Remove the code from cpu_loop that raises SIGSEGV.

Reviewed-by: Taylor Simpson <tsimpson@quicinc.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
linux-user/hexagon/cpu_loop.c
target/hexagon/cpu.c