mirror of
https://github.com/Motorhead1991/qemu.git
synced 2026-02-18 02:12:13 -07:00
target/arm/helper: restrict include to common helpers
Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Message-id: 20250512180502.2395029-20-pierrick.bouvier@linaro.org Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
parent
64961a8015
commit
2fdfdeb2f2
1 changed files with 3 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue