target-ppc: Remove vestigial PowerPC 620 support
commit9baea4a303323932ec913728173ea38a4af05f3e
authorDavid Gibson <david@gibson.dropbear.id.au>
Tue, 12 Mar 2013 00:31:03 +0000 (12 00:31 +0000)
committerAlexander Graf <agraf@suse.de>
Fri, 22 Mar 2013 14:28:46 +0000 (22 15:28 +0100)
treec4f3dc0078c6c064ce61b1160fe5333488f6f35e
parentd6478bc7e92db4669fac701d7bb8c51756b61d8a
target-ppc: Remove vestigial PowerPC 620 support

The PowerPC 620 was the very first 64-bit PowerPC implementation, but
hardly anyone ever actually used the chips.  qemu notionally supports the
620, but since we don't actually have code to implement the segment table,
the support is broken (quite likely in other ways too).

This patch, therefore, removes all remaining pieces of 620 support, to
stop it cluttering up the platforms we actually care about.  This includes
removing support for the ASR register, used only on segment table based
machines.

Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Signed-off-by: Alexander Graf <agraf@suse.de>
monitor.c
target-ppc/cpu-models.c
target-ppc/cpu.h
target-ppc/helper.h
target-ppc/machine.c
target-ppc/misc_helper.c
target-ppc/mmu_helper.c
target-ppc/translate.c
target-ppc/translate_init.c