OSDN Git Service

target/ppc: Remove unused PPC 460 and 460F definitions
authorThomas Huth <thuth@redhat.com>
Tue, 3 Oct 2017 10:14:04 +0000 (12:14 +0200)
committerDavid Gibson <david@gibson.dropbear.id.au>
Mon, 16 Oct 2017 23:34:00 +0000 (10:34 +1100)
commit7ff26aa6c6579f8673bb8438ad6cbb44ef88e061
treef3a49d53b081bfd49a7cf7a8043220187b85d500
parenta4f3885c7496fa3c5af8ad849f2ec55d9214d66c
target/ppc: Remove unused PPC 460 and 460F definitions

We don't have any 460 or 460F CPUs in QEMU, so the init functions
are just dead code. Let's simply remove them (translate_init.c
is already big enough without them).

Signed-off-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
target/ppc/translate_init.c