diff options
| author | Andreas Färber <afaerber@suse.de> | 2012-05-04 00:42:39 +0200 |
|---|---|---|
| committer | Andreas Färber <afaerber@suse.de> | 2012-06-04 23:00:41 +0200 |
| commit | 5f4ef08b20ece1b3711bcfb3751efb13986d17e5 (patch) | |
| tree | 18eb37664743669762b8753d928ec54b04e97be8 /hw/omap.h | |
| parent | 43824588af2fa77f9586e16ef2f01d1990c6460e (diff) | |
| download | focaccia-qemu-5f4ef08b20ece1b3711bcfb3751efb13986d17e5.tar.gz focaccia-qemu-5f4ef08b20ece1b3711bcfb3751efb13986d17e5.zip | |
omap: Use cpu_arm_init() to store ARMCPU in omap_mpu_state_s
Fix tab indentations of comments, add braces, use cpu_reset(). Signed-off-by: Andreas Färber <afaerber@suse.de> Acked-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'hw/omap.h')
| -rw-r--r-- | hw/omap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/omap.h b/hw/omap.h index 6c3d004719..2819e5df9a 100644 --- a/hw/omap.h +++ b/hw/omap.h @@ -804,7 +804,7 @@ struct omap_mpu_state_s { omap3630, } mpu_model; - CPUARMState *env; + ARMCPU *cpu; qemu_irq *drq; |