diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2016-01-07 14:53:46 +0100 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2016-01-08 19:03:05 +0100 |
commit | 6c71f8ae155422a030b4c382cb985dde006ccc3f (patch) | |
tree | b071f8feaf26a3f5570a9a9beff7bb843056100f /include/linux/kvm_host.h | |
parent | d0ecb44dd459164d9d6e7a126024dc3c961a12ed (diff) | |
download | op-kernel-dev-6c71f8ae155422a030b4c382cb985dde006ccc3f.zip op-kernel-dev-6c71f8ae155422a030b4c382cb985dde006ccc3f.tar.gz |
KVM: Remove unused KVM_REQ_KICK to save a bit in vcpu->requests
Suggested-by: Takuya Yoshikawa <yoshikawa_takuya_b1@lab.ntt.co.jp>
[Takuya moved all subsequent constants to fill the void, but that
is useless in view of the following patches. So this change looks
nothing like the original. - Paolo]
Reviewed-by: Christian Borntraeger <borntraeger@de.ibm.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'include/linux/kvm_host.h')
-rw-r--r-- | include/linux/kvm_host.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/kvm_host.h b/include/linux/kvm_host.h index 61c3e6c6..5ac775b 100644 --- a/include/linux/kvm_host.h +++ b/include/linux/kvm_host.h @@ -122,7 +122,7 @@ static inline bool is_error_page(struct page *page) #define KVM_REQ_UNHALT 6 #define KVM_REQ_MMU_SYNC 7 #define KVM_REQ_CLOCK_UPDATE 8 -#define KVM_REQ_KICK 9 +/* 9 is unused */ #define KVM_REQ_DEACTIVATE_FPU 10 #define KVM_REQ_EVENT 11 #define KVM_REQ_APF_HALT 12 |