diff options
| author | Igor Mammedov | 2017-10-09 21:50:58 +0200 |
|---|---|---|
| committer | David Gibson | 2017-10-17 01:34:00 +0200 |
| commit | a1063aa8a5e7bb66f7d2ea1da335d856df0b6f23 (patch) | |
| tree | e43ae532003575d81bdcc9217445ab483699980d /include | |
| parent | ppc: 40p/prep: replace cpu_model with cpu_type (diff) | |
| download | qemu-a1063aa8a5e7bb66f7d2ea1da335d856df0b6f23.tar.gz qemu-a1063aa8a5e7bb66f7d2ea1da335d856df0b6f23.tar.xz qemu-a1063aa8a5e7bb66f7d2ea1da335d856df0b6f23.zip | |
ppc: spapr: replace ppc_cpu_parse_features() with cpu_parse_cpu_model()
ppc_cpu_parse_features() is doing practically the same thing as
generic cpu_parse_cpu_model(). So remove duplicated impl. and
reuse generic one.
Signed-off-by: Igor Mammedov <imammedo@redhat.com>
Reviewed-by: Greg Kurz <groug@kaod.org>
Acked-by: David Gibson <david@gibson.dropbear.id.au>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Diffstat (limited to 'include')
| -rw-r--r-- | include/hw/ppc/ppc.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/hw/ppc/ppc.h b/include/hw/ppc/ppc.h index 4e7fe110d6..ff0ac306be 100644 --- a/include/hw/ppc/ppc.h +++ b/include/hw/ppc/ppc.h @@ -105,6 +105,4 @@ enum { /* ppc_booke.c */ void ppc_booke_timers_init(PowerPCCPU *cpu, uint32_t freq, uint32_t flags); - -void ppc_cpu_parse_features(const char *cpu_model); #endif |
