mirror of https://github.com/xemu-project/xemu.git
s390x/tcg: remove SMP warning
We should be pretty good in shape now. Floating interrupts are working and atomic instructions should be atomic. Signed-off-by: David Hildenbrand <david@redhat.com> Message-Id: <20180129125623.21729-15-david@redhat.com> Signed-off-by: Cornelia Huck <cohuck@redhat.com>
This commit is contained in:
parent
799478621e
commit
de352394ff
|
@ -78,10 +78,6 @@ static void s390_init_cpus(MachineState *machine)
|
||||||
MachineClass *mc = MACHINE_GET_CLASS(machine);
|
MachineClass *mc = MACHINE_GET_CLASS(machine);
|
||||||
int i;
|
int i;
|
||||||
|
|
||||||
if (tcg_enabled() && max_cpus > 1) {
|
|
||||||
error_report("WARNING: SMP support on s390x is experimental!");
|
|
||||||
}
|
|
||||||
|
|
||||||
/* initialize possible_cpus */
|
/* initialize possible_cpus */
|
||||||
mc->possible_cpu_arch_ids(machine);
|
mc->possible_cpu_arch_ids(machine);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue