]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hw/hppa/machine.c
machine: Refactor smp-related call chains to pass MachineState
[mirror_qemu.git] / hw / hppa / machine.c
index d1b1d3caa40d247cdf77b5f7508563fadfb516fe..416e67bab1ce56398cf20f6061bdead8da1e993e 100644 (file)
@@ -240,7 +240,7 @@ static void machine_hppa_init(MachineState *machine)
     cpu[0]->env.gr[21] = smp_cpus;
 }
 
-static void hppa_machine_reset(void)
+static void hppa_machine_reset(MachineState *ms)
 {
     int i;