]> git.proxmox.com Git - mirror_qemu.git/commit - target/i386/cpu.c
linux-user: remove #define smp_{cores, threads}
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Fri, 16 Sep 2016 15:50:24 +0000 (19:50 +0400)
committerEduardo Habkost <ehabkost@redhat.com>
Tue, 27 Sep 2016 19:17:17 +0000 (16:17 -0300)
commiteab60fb9f5e7bb6738b0619cfd0057d3a9d21330
tree81125c6897e6d9ad7835bcbd1f7350a23aab5869
parent0c3d7c0051576d220e6da0a8ac08f2d8482e2f0b
linux-user: remove #define smp_{cores, threads}

Those are unneeded now that CPUState nr_{cores,threads} is always
initialized.

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Eduardo Habkost <ehabkost@redhat.com>
Acked-by: David Gibson <david@gibson.dropbear.id.au>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
include/sysemu/cpus.h
target-i386/cpu.c
target-ppc/translate_init.c