Commit de352394 authored by David Hildenbrand's avatar David Hildenbrand Committed by Cornelia Huck
Browse files

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: default avatarDavid Hildenbrand <david@redhat.com>
Message-Id: <20180129125623.21729-15-david@redhat.com>
Signed-off-by: default avatarCornelia Huck <cohuck@redhat.com>
parent 79947862
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -78,10 +78,6 @@ static void s390_init_cpus(MachineState *machine)
    MachineClass *mc = MACHINE_GET_CLASS(machine);
    int i;

    if (tcg_enabled() && max_cpus > 1) {
        error_report("WARNING: SMP support on s390x is experimental!");
    }

    /* initialize possible_cpus */
    mc->possible_cpu_arch_ids(machine);