From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Borntraeger Subject: Re: [PATCH 1/4] KVM: Remove unused KVM_REQ_KICK to save a bit in Date: Thu, 7 Jan 2016 15:26:15 +0100 Message-ID: <568E7587.5070000@de.ibm.com> References: <1452176228-8484-1-git-send-email-pbonzini@redhat.com> <1452176228-8484-2-git-send-email-pbonzini@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Cc: Takuya Yoshikawa , Paul Mackerras To: Paolo Bonzini , linux-kernel@vger.kernel.org, kvm@vger.kernel.org Return-path: In-Reply-To: <1452176228-8484-2-git-send-email-pbonzini@redhat.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: kvm.vger.kernel.org On 01/07/2016 03:17 PM, Paolo Bonzini wrote: > Suggested-by: Takuya Yoshikawa > [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] > > Signed-off-by: Paolo Bonzini > --- > include/linux/kvm_host.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/include/linux/kvm_host.h b/include/linux/kvm_host.h > index 61c3e6c69f27..5ac775b4dde9 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 > Reviewed-by: Christian Borntraeger