KVM: PPC: Move KVM_PPC_PVINFO_FLAGS_EV_IDLE definition next to its structure
authorDavid Gibson <david@gibson.dropbear.id.au>
Wed, 23 Nov 2016 05:14:06 +0000 (16:14 +1100)
committerPaul Mackerras <paulus@ozlabs.org>
Thu, 24 Nov 2016 03:22:59 +0000 (14:22 +1100)
commita91d5df2b44a0c9b171ac47a48e02e762c8224e9
tree17408359123934e2c712f6b228da4dfbf48d5e4c
parente2702871b4b70a39e08c46744a8fa16e281120aa
KVM: PPC: Move KVM_PPC_PVINFO_FLAGS_EV_IDLE definition next to its structure

The KVM_PPC_PVINFO_FLAGS_EV_IDLE macro defines a bit for use in the flags
field of struct kvm_ppc_pvinfo.  However, changes since that was introduced
have moved it away from that structure definition, which is confusing.

Move it back next to the structure it belongs with.

Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Signed-off-by: Paul Mackerras <paulus@ozlabs.org>
include/uapi/linux/kvm.h