diff options
| author | Pierrick Bouvier <pierrick.bouvier@linaro.org> | 2025-03-24 21:59:00 -0700 |
|---|---|---|
| committer | Richard Henderson <richard.henderson@linaro.org> | 2025-04-23 15:04:57 -0700 |
| commit | 0df783b2fbeca9aa3cc19adafb9a4ec7f97e3a6d (patch) | |
| tree | cb9e9ad6150d82638d91a0264c865a593f254735 /target/arm/cpu.h | |
| parent | d97c3b06de5bdd885f0ee3d8153326acd3db480e (diff) | |
| download | focaccia-qemu-0df783b2fbeca9aa3cc19adafb9a4ec7f97e3a6d.tar.gz focaccia-qemu-0df783b2fbeca9aa3cc19adafb9a4ec7f97e3a6d.zip | |
exec/cpu-all: remove this header
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-16-pierrick.bouvier@linaro.org>
Diffstat (limited to 'target/arm/cpu.h')
| -rw-r--r-- | target/arm/cpu.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/target/arm/cpu.h b/target/arm/cpu.h index ee92476814..ea9956395c 100644 --- a/target/arm/cpu.h +++ b/target/arm/cpu.h @@ -2968,8 +2968,6 @@ static inline bool arm_sctlr_b(CPUARMState *env) uint64_t arm_sctlr(CPUARMState *env, int el); -#include "exec/cpu-all.h" - /* * We have more than 32-bits worth of state per TB, so we split the data * between tb->flags and tb->cs_base, which is otherwise unused for ARM. |