accel/tcg: Restrict cpu_io_recompile() from other accelerators
commit65269192241104342e3b1ba2b7b0f50e5042052e
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Sun, 17 Jan 2021 16:48:12 +0000 (17 17:48 +0100)
committerRichard Henderson <richard.henderson@linaro.org>
Sat, 23 Jan 2021 22:13:00 +0000 (23 12:13 -1000)
tree24bbf5db36a64fcb807fb9c2d1c2a065eaadee71
parentee64036a4bec9fe79919812beddcf1a5f51f6bf6
accel/tcg: Restrict cpu_io_recompile() from other accelerators

As cpu_io_recompile() is only called within TCG accelerator
in cputlb.c, declare it locally.

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20210117164813.4101761-6-f4bug@amsat.org>
[rth: Adjust vs changed tb_flush_jmp_cache patch.]
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
accel/tcg/cputlb.c
accel/tcg/internal.h
include/exec/exec-all.h