mirror of https://github.com/xemu-project/xemu.git
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>
This commit is contained in:
parent
035eed4c0d
commit
38fc68a489
target/ppc
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue