target/ppc: removed all mentions to PPC_DUMP_CPU
commit1a1c9a00f390e236eab910fdf0ab08df0be08890
authorBruno Larsen (billionai) <bruno.larsen@eldorado.org.br>
Mon, 31 May 2021 14:56:29 +0000 (31 11:56 -0300)
committerDavid Gibson <david@gibson.dropbear.id.au>
Thu, 3 Jun 2021 08:10:31 +0000 (3 18:10 +1000)
tree978adf673810f0294b35bf19cc3c89cf28c7f2a3
parent0c5d547625989685742da9765608c0bb1abd7877
target/ppc: removed all mentions to PPC_DUMP_CPU

This feature will no longer be useful as ppc moves to using decodetree
for TCG. And building with it enabled is no longer possible, due to
changes in opc_handler_t. Since the last commit that mentions it
happened in 2014, I think it is safe to remove it.

Signed-off-by: Bruno Larsen (billionai) <bruno.larsen@eldorado.org.br>
Message-Id: <20210531145629.21300-5-bruno.larsen@eldorado.org.br>
Reviewed-by: Luis Pires <luis.pires@eldorado.org.br>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
target/ppc/cpu_init.c
target/ppc/internal.h
target/ppc/translate.c