summaryrefslogtreecommitdiff
path: root/hw/arm-misc.h
diff options
context:
space:
mode:
authorAndreas Färber <afaerber@suse.de>2012-05-14 01:05:40 +0200
committerAndreas Färber <afaerber@suse.de>2012-06-11 00:23:04 +0200
commit5d309320e3e419187b48b4537d403daf95835bc6 (patch)
treeb0b854173fdf1897e6030328bbf1bfddbe10ab2c /hw/arm-misc.h
parent9543b0cdd64ac0ba109b92eaf00e458b6223a6a8 (diff)
downloadqemu-5d309320e3e419187b48b4537d403daf95835bc6.tar.gz
arm_boot: Pass ARMCPU to arm_boot_info::secondary_cpu_reset_hook()
Adapt highbank accordingly. Signed-off-by: Andreas Färber <afaerber@suse.de> Acked-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'hw/arm-misc.h')
-rw-r--r--hw/arm-misc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/arm-misc.h b/hw/arm-misc.h
index 320033dba5..bbd6fd357c 100644
--- a/hw/arm-misc.h
+++ b/hw/arm-misc.h
@@ -52,7 +52,7 @@ struct arm_boot_info {
*/
void (*write_secondary_boot)(ARMCPU *cpu,
const struct arm_boot_info *info);
- void (*secondary_cpu_reset_hook)(CPUARMState *env,
+ void (*secondary_cpu_reset_hook)(ARMCPU *cpu,
const struct arm_boot_info *info);
/* Used internally by arm_boot.c */
int is_linux;