]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hw/omap1.c
Rename cpu_reset() to cpu_state_reset()
[mirror_qemu.git] / hw / omap1.c
index 1aa5f2388b83fdde0de79a6b02a96fc8b8466a2e..5317b9be2b0c50ce1df5cb61577f355dc17f4f8d 100644 (file)
@@ -3702,7 +3702,7 @@ static void omap1_mpu_reset(void *opaque)
     omap_lpg_reset(mpu->led[0]);
     omap_lpg_reset(mpu->led[1]);
     omap_clkm_reset(mpu);
-    cpu_reset(mpu->env);
+    cpu_state_reset(mpu->env);
 }
 
 static const struct omap_map_s {