commit | 65269192241104342e3b1ba2b7b0f50e5042052e | [log] [tgz] |
---|---|---|
author | Philippe Mathieu-Daudé <f4bug@amsat.org> | Sun Jan 17 17:48:12 2021 +0100 |
committer | Richard Henderson <richard.henderson@linaro.org> | Sat Jan 23 12:13:00 2021 -1000 |
tree | 24bbf5db36a64fcb807fb9c2d1c2a065eaadee71 | |
parent | ee64036a4bec9fe79919812beddcf1a5f51f6bf6 [diff] |
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>