summary refs log tree commit diff stats
path: root/include/exec/translate-all.h
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <philmd@linaro.org>2023-11-30 21:53:13 +0100
committerPhilippe Mathieu-Daudé <philmd@linaro.org>2024-01-19 12:28:59 +0100
commitfe5c4adca9ddb916afc74e18a5bf195372eb1b2f (patch)
treee9713b84f2981cd586ba6a147257148deb45fc64 /include/exec/translate-all.h
parentc076f37a77564995b7bc3f4ee0003146ec6a704e (diff)
downloadfocaccia-qemu-fe5c4adca9ddb916afc74e18a5bf195372eb1b2f.tar.gz
focaccia-qemu-fe5c4adca9ddb916afc74e18a5bf195372eb1b2f.zip
accel/tcg: Remove tb_invalidate_phys_page() from system emulation
Since previous commit, tb_invalidate_phys_page() is not used
anymore in system emulation. Make it static for user emulation
and remove its public declaration in "exec/translate-all.h".

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-Id: <20231130205600.35727-1-philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'include/exec/translate-all.h')
-rw-r--r--include/exec/translate-all.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/exec/translate-all.h b/include/exec/translate-all.h
index 88602ae8d8..85c9460c7c 100644
--- a/include/exec/translate-all.h
+++ b/include/exec/translate-all.h
@@ -23,7 +23,6 @@
 
 
 /* translate-all.c */
-void tb_invalidate_phys_page(tb_page_addr_t addr);
 void tb_check_watchpoint(CPUState *cpu, uintptr_t retaddr);
 
 #ifdef CONFIG_USER_ONLY