Now that helper.h does not contain TARGET_AARCH64 identifier, we can
move forward with this file.
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Message-id:
20260219040150.
2098396-10-pierrick.bouvier@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
'sve_helper.c',
))
-arm_system_ss.add(files(
- 'psci.c',
-))
-
arm_system_ss.add(when: 'CONFIG_ARM_V7M', if_true: files('cpu-v7m.c'))
arm_user_ss.add(when: 'TARGET_AARCH64', if_false: files('cpu-v7m.c'))
'debug.c',
'hflags.c',
'neon_helper.c',
+ 'psci.c',
'tlb_helper.c',
'tlb-insns.c',
'vfp_helper.c',
CPUARMState *env = &cpu->env;
uint64_t param[4];
uint64_t context_id, mpidr;
- target_ulong entry;
+ uint64_t entry;
int32_t ret = 0;
int i;