Skip to content

Commit

Permalink
target/ppc: Include "exec/exec-all.h" which provides tlb_flush()
Browse files Browse the repository at this point in the history
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é <[email protected]>
Message-Id: <[email protected]>
Acked-by: Michael S. Tsirkin <[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
  • Loading branch information
philmd authored and bonzini committed May 31, 2018
1 parent 3a73911 commit 9b87338
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions target/ppc/helper_regs.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 9b87338

Please sign in to comment.