From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH 1/2] KVM MMU: remove unused field Date: Wed, 7 Apr 2010 12:49:40 -0300 Message-ID: <20100407154940.GA18058@amt.cnet> References: <4BBB0CF1.6040204@cn.fujitsu.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Avi Kivity , KVM list , LKML To: Xiao Guangrong Return-path: Content-Disposition: inline In-Reply-To: <4BBB0CF1.6040204@cn.fujitsu.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: kvm.vger.kernel.org On Tue, Apr 06, 2010 at 06:29:05PM +0800, Xiao Guangrong wrote: > kvm_mmu_page.oos_link is not used, so remove it > > Signed-off-by: Xiao Guangrong > --- > arch/x86/include/asm/kvm_host.h | 2 -- > arch/x86/kvm/mmu.c | 1 - > 2 files changed, 0 insertions(+), 3 deletions(-) Applied both, thanks.