aboutsummaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>2018-05-28 20:27:05 -0300
committerPaolo Bonzini <pbonzini@redhat.com>2018-05-31 19:12:13 +0200
commit9b87338ff36ae1f84aec75395520c2ab232ed017 (patch)
tree8a61499640da77906c4a12b0525ad7cf45dbb609 /target
parent3a739112daf4a47d8fd33a52a7d7a72e4c1c5e35 (diff)
downloadqemu-9b87338ff36ae1f84aec75395520c2ab232ed017.zip
qemu-9b87338ff36ae1f84aec75395520c2ab232ed017.tar.gz
qemu-9b87338ff36ae1f84aec75395520c2ab232ed017.tar.bz2
target/ppc: Include "exec/exec-all.h" which provides tlb_flush()
Since it inception this include uses tlb_flush() declared in "exec/exec-all.h". Include the other header to allow further includes cleanup. Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <20180528232719.4721-8-f4bug@amsat.org> Acked-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'target')
-rw-r--r--target/ppc/helper_regs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/ppc/helper_regs.h b/target/ppc/helper_regs.h
index 84fd30c..5efd180 100644
--- a/target/ppc/helper_regs.h
+++ b/target/ppc/helper_regs.h
@@ -21,6 +21,7 @@
#define HELPER_REGS_H
#include "qemu/main-loop.h"
+#include "exec/exec-all.h"
/* Swap temporary saved registers with GPRs */
static inline void hreg_swap_gpr_tgpr(CPUPPCState *env)