From 6ff5da16000f908140723e164d33a0b51a6c4162 Mon Sep 17 00:00:00 2001 From: Philippe Mathieu-Daudé Date: Thu, 14 Nov 2024 02:13:03 +0100 Subject: exec: Declare tlb_flush*() in 'exec/cputlb.h' MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Move CPU TLB related methods to "exec/cputlb.h". Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: Richard Henderson Reviewed-by: Pierrick Bouvier Message-ID: <20241114011310.3615-19-philmd@linaro.org> Signed-off-by: Richard Henderson --- target/mips/system/cp0.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/mips/system/cp0.c') diff --git a/target/mips/system/cp0.c b/target/mips/system/cp0.c index bae37f515b..ff7d3db00c 100644 --- a/target/mips/system/cp0.c +++ b/target/mips/system/cp0.c @@ -21,7 +21,7 @@ #include "qemu/osdep.h" #include "cpu.h" #include "internal.h" -#include "exec/exec-all.h" +#include "exec/cputlb.h" /* Called for updates to CP0_Status. */ void sync_c0_status(CPUMIPSState *env, CPUMIPSState *cpu, int tc) -- cgit 1.4.1