summaryrefslogtreecommitdiffstats
path: root/target/s390x/cpu.h
diff options
context:
space:
mode:
authorIgor Mammedov2018-02-07 11:40:27 +0100
committerEduardo Habkost2018-03-19 18:10:36 +0100
commit3f71e724e283233753f1b5b3d6a30948d3084636 (patch)
treefad301b6899492729c95d41c9b7fbdba88317457 /target/s390x/cpu.h
parentUse cpu_create(type) instead of cpu_init(cpu_model) (diff)
downloadqemu-3f71e724e283233753f1b5b3d6a30948d3084636.tar.gz
qemu-3f71e724e283233753f1b5b3d6a30948d3084636.tar.xz
qemu-3f71e724e283233753f1b5b3d6a30948d3084636.zip
cpu: get rid of unused cpu_init() defines
cpu_init(cpu_model) were replaced by cpu_create(cpu_type) so no users are left, remove it. Signed-off-by: Igor Mammedov <imammedo@redhat.com> Acked-by: David Gibson <david@gibson.dropbear.id.au> (ppc) Reviewed-by: Eduardo Habkost <ehabkost@redhat.com> Message-Id: <1518000027-274608-6-git-send-email-imammedo@redhat.com> Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Diffstat (limited to 'target/s390x/cpu.h')
-rw-r--r--target/s390x/cpu.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/target/s390x/cpu.h b/target/s390x/cpu.h
index fa76236bf0..3ee40f08b7 100644
--- a/target/s390x/cpu.h
+++ b/target/s390x/cpu.h
@@ -719,8 +719,6 @@ void s390_set_qemu_cpu_model(uint16_t type, uint8_t gen, uint8_t ec_ga,
/* helper.c */
-#define cpu_init(cpu_model) cpu_generic_init(TYPE_S390_CPU, cpu_model)
-
#define S390_CPU_TYPE_SUFFIX "-" TYPE_S390_CPU
#define S390_CPU_TYPE_NAME(name) (name S390_CPU_TYPE_SUFFIX)
#define CPU_RESOLVING_TYPE TYPE_S390_CPU