mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 17:53:56 -06:00
exynos4210: Use cpu_arm_init() to store ARMCPU
Needed for arm_pic_init_cpu(). Signed-off-by: Andreas Färber <afaerber@suse.de> Acked-by: Peter Maydell <peter.maydell@linaro.org> Acked-by: Igor Mitsyanko <i.mitsyanko@samsung.com>
This commit is contained in:
parent
64c9e29708
commit
ef6cbcc584
2 changed files with 4 additions and 4 deletions
|
@ -83,7 +83,7 @@ typedef struct Exynos4210Irq {
|
|||
} Exynos4210Irq;
|
||||
|
||||
typedef struct Exynos4210State {
|
||||
CPUARMState * env[EXYNOS4210_NCPUS];
|
||||
ARMCPU *cpu[EXYNOS4210_NCPUS];
|
||||
Exynos4210Irq irqs;
|
||||
qemu_irq *irq_table;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue