[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v5 08/17] exec/memory-internal: remove dependency on cpu.h
From: |
Pierrick Bouvier |
Subject: |
[PATCH v5 08/17] exec/memory-internal: remove dependency on cpu.h |
Date: |
Fri, 14 Mar 2025 10:31:30 -0700 |
Needed so compilation units including it can be common.
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
---
include/exec/memory-internal.h | 2 --
1 file changed, 2 deletions(-)
diff --git a/include/exec/memory-internal.h b/include/exec/memory-internal.h
index 100c1237ac2..b729f3b25ad 100644
--- a/include/exec/memory-internal.h
+++ b/include/exec/memory-internal.h
@@ -20,8 +20,6 @@
#ifndef MEMORY_INTERNAL_H
#define MEMORY_INTERNAL_H
-#include "cpu.h"
-
#ifndef CONFIG_USER_ONLY
static inline AddressSpaceDispatch *flatview_to_dispatch(FlatView *fv)
{
--
2.39.5
- [PATCH v5 00/17] make system memory API available for common code, Pierrick Bouvier, 2025/03/14
- [PATCH v5 03/17] exec/memory_ldst: extract memory_ldst declarations from cpu-all.h, Pierrick Bouvier, 2025/03/14
- [PATCH v5 01/17] exec/tswap: target code can use TARGET_BIG_ENDIAN instead of target_words_bigendian(), Pierrick Bouvier, 2025/03/14
- [PATCH v5 04/17] exec/memory_ldst_phys: extract memory_ldst_phys declarations from cpu-all.h, Pierrick Bouvier, 2025/03/14
- [PATCH v5 02/17] exec/tswap: implement {ld, st}.*_p as functions instead of macros, Pierrick Bouvier, 2025/03/14
- [PATCH v5 05/17] exec/memory.h: make devend_memop "target defines" agnostic, Pierrick Bouvier, 2025/03/14
- [PATCH v5 06/17] codebase: prepare to remove cpu.h from exec/exec-all.h, Pierrick Bouvier, 2025/03/14
- [PATCH v5 07/17] exec/exec-all: remove dependency on cpu.h, Pierrick Bouvier, 2025/03/14
- [PATCH v5 08/17] exec/memory-internal: remove dependency on cpu.h,
Pierrick Bouvier <=
- [PATCH v5 13/17] system/physmem: compilation unit is now common to all targets, Pierrick Bouvier, 2025/03/14
- [PATCH v5 11/17] exec/ram_addr: call xen_hvm_modified_memory only if xen is enabled, Pierrick Bouvier, 2025/03/14
[PATCH v5 14/17] include/exec/memory: extract devend_big_endian from devend_memop, Pierrick Bouvier, 2025/03/14
[PATCH v5 10/17] system/kvm: make kvm_flush_coalesced_mmio_buffer() accessible for common code, Pierrick Bouvier, 2025/03/14
[PATCH v5 09/17] exec/ram_addr: remove dependency on cpu.h, Pierrick Bouvier, 2025/03/14