ppc: replace cpu_ppc_init() with cpu_generic_init()
commit84efa64c6092232dec06583d2ce104587a70e7fc
authorIgor Mammedov <imammedo@redhat.com>
Thu, 24 Aug 2017 16:31:48 +0000 (24 18:31 +0200)
committerEduardo Habkost <ehabkost@redhat.com>
Fri, 1 Sep 2017 14:54:25 +0000 (1 11:54 -0300)
tree5b1ef822b632fbf483ea3c7c8a1c2cc391230e65
parent13b884e1d78591c302ea4bf429336f8ca49c4b89
ppc: replace cpu_ppc_init() with cpu_generic_init()

it's just a wrapper, drop it and use cpu_generic_init() directly

Signed-off-by: Igor Mammedov <imammedo@redhat.com>
Acked-by: David Gibson <david@gibson.dropbear.id.au>
Reviewed-by: Hervé Poussineau <hpoussin@reactos.org>
Reviewed-by: Eduardo Habkost <ehabkost@redhat.com>
Message-Id: <1503592308-93913-26-git-send-email-imammedo@redhat.com>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
hw/ppc/e500.c
hw/ppc/mac_newworld.c
hw/ppc/mac_oldworld.c
hw/ppc/ppc440_bamboo.c
hw/ppc/ppc4xx_devs.c
hw/ppc/prep.c
hw/ppc/virtex_ml507.c
target/ppc/cpu.h
target/ppc/translate_init.c