From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH] kvm mmu: Don't calculate quadrant if tdp_enabled. Date: Tue, 1 Jun 2010 16:38:37 -0300 Message-ID: <20100601193837.GB30290@amt.cnet> References: <4C037D4B.1030403@cn.fujitsu.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Avi Kivity , kvm@vger.kernel.org To: Gui Jianfeng Return-path: Received: from mx1.redhat.com ([209.132.183.28]:44249 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752173Ab0FAUJW (ORCPT ); Tue, 1 Jun 2010 16:09:22 -0400 Content-Disposition: inline In-Reply-To: <4C037D4B.1030403@cn.fujitsu.com> Sender: kvm-owner@vger.kernel.org List-ID: On Mon, May 31, 2010 at 05:11:39PM +0800, Gui Jianfeng wrote: > There's no need to calculate quadrant if tdp is enabled. > > Signed-off-by: Gui Jianfeng > --- > arch/x86/kvm/mmu.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) Applied, thanks.