]> git.ipfire.org Git - thirdparty/qemu.git/commit
accel/tcg: Move tb_flush_jmp_cache() to cputlb.c
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 21 Jan 2021 05:53:20 +0000 (19:53 -1000)
committerRichard Henderson <richard.henderson@linaro.org>
Sat, 23 Jan 2021 22:12:59 +0000 (12:12 -1000)
commit0f4abea8efa658ea53600739a8912969736b2d4a
tree578a446bb473026c4a7913fe6c2aaedd21071cac
parentd9d699dd7c7d2570e86ea7ff323465d5ea34e9e5
accel/tcg: Move tb_flush_jmp_cache() to cputlb.c

Move and make the function static, as the only users
are here in cputlb.c.

Suggested-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
accel/tcg/cputlb.c
accel/tcg/translate-all.c
include/exec/exec-all.h