From 9543b0cdd64ac0ba109b92eaf00e458b6223a6a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20F=C3=A4rber?= Date: Mon, 14 May 2012 00:08:10 +0200 Subject: arm_boot: Pass ARMCPU to arm_boot_info::write_secondary_boot() MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adapt exynos4210 and highbank accordingly. The parameter itself is unused. Signed-off-by: Andreas Färber Acked-by: Peter Maydell Acked-by: Igor Mitsyanko (for exynos) --- hw/exynos4210.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hw/exynos4210.h') diff --git a/hw/exynos4210.h b/hw/exynos4210.h index f7c7027..b520676 100644 --- a/hw/exynos4210.h +++ b/hw/exynos4210.h @@ -97,7 +97,7 @@ typedef struct Exynos4210State { MemoryRegion bootreg_mem; } Exynos4210State; -void exynos4210_write_secondary(CPUARMState *env, +void exynos4210_write_secondary(ARMCPU *cpu, const struct arm_boot_info *info); Exynos4210State *exynos4210_init(MemoryRegion *system_mem, -- cgit v1.1