summaryrefslogtreecommitdiffstats
path: root/target/ppc
diff options
context:
space:
mode:
authorFabiano Rosas2019-12-18 02:46:16 +0100
committerDavid Gibson2020-01-08 01:01:59 +0100
commit38fc68a4895803f0841b46f1d01113cdcd36541d (patch)
tree7071c493fd3725137d2f6349d1bc79374b069443 /target/ppc
parentMerge remote-tracking branch 'remotes/vivier/tags/q800-for-5.0-pull-request' ... (diff)
downloadqemu-38fc68a4895803f0841b46f1d01113cdcd36541d.tar.gz
qemu-38fc68a4895803f0841b46f1d01113cdcd36541d.tar.xz
qemu-38fc68a4895803f0841b46f1d01113cdcd36541d.zip
target/ppc: Remove unused PPC_INPUT_INT defines
They were added in "16415335be Use correct input constant" with a single use in kvm_arch_pre_run but that function's implementation was removed by "1e8f51e856 ppc: remove idle_timer logic". Signed-off-by: Fabiano Rosas <farosas@linux.ibm.com> Message-Id: <20191218014616.686124-1-farosas@linux.ibm.com> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Diffstat (limited to 'target/ppc')
-rw-r--r--target/ppc/kvm.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/target/ppc/kvm.c b/target/ppc/kvm.c
index d1c334f0e3..5e4f219902 100644
--- a/target/ppc/kvm.c
+++ b/target/ppc/kvm.c
@@ -1325,12 +1325,6 @@ int kvmppc_set_interrupt(PowerPCCPU *cpu, int irq, int level)
return 0;
}
-#if defined(TARGET_PPC64)
-#define PPC_INPUT_INT PPC970_INPUT_INT
-#else
-#define PPC_INPUT_INT PPC6xx_INPUT_INT
-#endif
-
void kvm_arch_pre_run(CPUState *cs, struct kvm_run *run)
{
return;