[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v8 19/48] target/arm/helper: restrict include to common helpers
From: |
Pierrick Bouvier |
Subject: |
[PATCH v8 19/48] target/arm/helper: restrict include to common helpers |
Date: |
Mon, 12 May 2025 11:04:33 -0700 |
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
---
target/arm/helper.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/target/arm/helper.c b/target/arm/helper.c
index 4a2d1ecbfee..3795dccd16b 100644
--- a/target/arm/helper.c
+++ b/target/arm/helper.c
@@ -12,7 +12,6 @@
#include "cpu.h"
#include "internals.h"
#include "cpu-features.h"
-#include "exec/helper-proto.h"
#include "exec/page-protection.h"
#include "exec/mmap-lock.h"
#include "qemu/main-loop.h"
@@ -35,6 +34,9 @@
#include "cpregs.h"
#include "target/arm/gtimer.h"
+#define HELPER_H "tcg/helper.h"
+#include "exec/helper-proto.h.inc"
+
#define ARM_CPU_FREQ 1000000000 /* FIXME: 1 GHz, should be configurable */
static void switch_mode(CPUARMState *env, int mode);
--
2.47.2
- Re: [PATCH v8 30/48] target/arm/ptw: replace TARGET_AARCH64 by CONFIG_ATOMIC64 from arm_casq_ptw, (continued)
- [PATCH v8 28/48] target/arm/cortex-regs: compile file once (system), Pierrick Bouvier, 2025/05/12
- [PATCH v8 32/48] target/arm/meson: accelerator files are not needed in user mode, Pierrick Bouvier, 2025/05/12
- [PATCH v8 31/48] target/arm/ptw: compile file once (system), Pierrick Bouvier, 2025/05/12
- [PATCH v8 33/48] target/arm/kvm-stub: compile file once (system), Pierrick Bouvier, 2025/05/12
- [PATCH v8 23/48] target/arm/helper: compile file twice (user, system), Pierrick Bouvier, 2025/05/12
- [PATCH v8 36/48] target/arm/machine: move cpu_post_load kvm bits to kvm_arm_cpu_post_load function, Pierrick Bouvier, 2025/05/12
- [PATCH v8 19/48] target/arm/helper: restrict include to common helpers,
Pierrick Bouvier <=
- [PATCH v8 26/48] target/arm/arch_dump: compile file once (system), Pierrick Bouvier, 2025/05/12
- [PATCH v8 35/48] target/arm/machine: remove TARGET_AARCH64 from migration state, Pierrick Bouvier, 2025/05/12
- [PATCH v8 29/48] target/arm/ptw: replace target_ulong with int64_t, Pierrick Bouvier, 2025/05/12
- [PATCH v8 37/48] target/arm/kvm-stub: add missing stubs, Pierrick Bouvier, 2025/05/12
- [PATCH v8 38/48] target/arm/machine: compile file once (system), Pierrick Bouvier, 2025/05/12
- [PATCH v8 39/48] target/arm/tcg/vec_internal: use forward declaration for CPUARMState, Pierrick Bouvier, 2025/05/12