mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-18 23:52:14 -06:00
exec/cpu-all: remove tswap include
Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org> Message-ID: <20250325045915.994760-7-pierrick.bouvier@linaro.org>
This commit is contained in:
parent
e33865f048
commit
4533af18b2
5 changed files with 5 additions and 1 deletions
|
@ -21,7 +21,6 @@
|
|||
|
||||
#include "exec/cpu-common.h"
|
||||
#include "exec/cpu-interrupt.h"
|
||||
#include "exec/tswap.h"
|
||||
#include "hw/core/cpu.h"
|
||||
#include "exec/cpu-defs.h"
|
||||
#include "exec/target_page.h"
|
||||
|
|
|
@ -23,6 +23,7 @@
|
|||
#include "exec/cputlb.h"
|
||||
#include "exec/page-protection.h"
|
||||
#include "exec/tlb-flags.h"
|
||||
#include "exec/tswap.h"
|
||||
#include "tcg/helper-tcg.h"
|
||||
|
||||
typedef struct TranslateParams {
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
#include "qemu/osdep.h"
|
||||
|
||||
#include "cpu.h"
|
||||
#include "exec/tswap.h"
|
||||
|
||||
void x86_cpu_xsave_all_areas(X86CPU *cpu, void *buf, uint32_t buflen)
|
||||
{
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
#ifndef MMU_HASH64_H
|
||||
#define MMU_HASH64_H
|
||||
|
||||
#include "exec/tswap.h"
|
||||
|
||||
#ifndef CONFIG_USER_ONLY
|
||||
|
||||
#ifdef TARGET_PPC64
|
||||
|
|
|
@ -26,6 +26,7 @@
|
|||
#include "exec/page-protection.h"
|
||||
#include "exec/helper-proto.h"
|
||||
#include "exec/tlb-flags.h"
|
||||
#include "exec/tswap.h"
|
||||
#include "fpu/softfloat.h"
|
||||
#include "tcg/tcg-gvec-desc.h"
|
||||
#include "internals.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue