From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH] KVM: x86: Add missing inline tag to kvm_read_and_reset_pf_reason Date: Thu, 21 Oct 2010 15:28:55 -0200 Message-ID: <20101021172855.GB27232@amt.cnet> References: <4CBF1A2E.3000403@web.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Avi Kivity , kvm , Gleb Natapov To: Jan Kiszka Return-path: Received: from mx1.redhat.com ([209.132.183.28]:14426 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754310Ab0JUR32 (ORCPT ); Thu, 21 Oct 2010 13:29:28 -0400 Content-Disposition: inline In-Reply-To: <4CBF1A2E.3000403@web.de> Sender: kvm-owner@vger.kernel.org List-ID: On Wed, Oct 20, 2010 at 06:34:54PM +0200, Jan Kiszka wrote: > From: Jan Kiszka > > May otherwise generates build warnings about unused > kvm_read_and_reset_pf_reason if included without CONFIG_KVM_GUEST > enabled. > > Signed-off-by: Jan Kiszka > --- > arch/x86/include/asm/kvm_para.h | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) Applied, thanks.