diff options
author | Igor Mammedov <imammedo@redhat.com> | 2018-02-07 11:40:27 +0100 |
---|---|---|
committer | Eduardo Habkost <ehabkost@redhat.com> | 2018-03-19 14:10:36 -0300 |
commit | 3f71e724e283233753f1b5b3d6a30948d3084636 (patch) | |
tree | fad301b6899492729c95d41c9b7fbdba88317457 /target/nios2 | |
parent | 2278b93941d42c30e2950d4b8dff4943d064e7de (diff) | |
download | qemu-3f71e724e283233753f1b5b3d6a30948d3084636.zip qemu-3f71e724e283233753f1b5b3d6a30948d3084636.tar.gz qemu-3f71e724e283233753f1b5b3d6a30948d3084636.tar.bz2 |
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/nios2')
-rw-r--r-- | target/nios2/cpu.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/nios2/cpu.h b/target/nios2/cpu.h index 4ab1da3..145796e 100644 --- a/target/nios2/cpu.h +++ b/target/nios2/cpu.h @@ -230,7 +230,6 @@ void nios2_check_interrupts(CPUNios2State *env); # define TARGET_VIRT_ADDR_SPACE_BITS 32 #endif -#define cpu_init(cpu_model) cpu_generic_init(TYPE_NIOS2_CPU, cpu_model) #define CPU_RESOLVING_TYPE TYPE_NIOS2_CPU #define cpu_gen_code cpu_nios2_gen_code |