From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH] KVM: MMU: unnecessary NX state assignment Date: Tue, 10 Jan 2012 10:39:38 -0200 Message-ID: <20120110123938.GA31611@amt.cnet> References: <1325858778.3395.4.camel@offbook> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Avi Kivity , lkml , kvm@vger.kernel.org To: Davidlohr Bueso Return-path: Content-Disposition: inline In-Reply-To: <1325858778.3395.4.camel@offbook> Sender: linux-kernel-owner@vger.kernel.org List-Id: kvm.vger.kernel.org On Fri, Jan 06, 2012 at 03:06:18PM +0100, Davidlohr Bueso wrote: > From: Davidlohr Bueso > > We can remove the first ->nx state assignment since it is assigned afterwards anyways. > > Signed-off-by: Davidlohr Bueso > --- > arch/x86/kvm/mmu.c | 1 - > 1 files changed, 0 insertions(+), 1 deletions(-) Applied, thanks.