target/ppc: Remove unused PPC_INPUT_INT defines
commit38fc68a4895803f0841b46f1d01113cdcd36541d
authorFabiano Rosas <farosas@linux.ibm.com>
Wed, 18 Dec 2019 01:46:16 +0000 (17 22:46 -0300)
committerDavid Gibson <david@gibson.dropbear.id.au>
Wed, 8 Jan 2020 00:01:59 +0000 (8 11:01 +1100)
tree7071c493fd3725137d2f6349d1bc79374b069443
parent035eed4c0d257c905a556fa0f4865a0c077b4e7f
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>
target/ppc/kvm.c