From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH] KVM: MMU: use page table level macro Date: Wed, 18 Apr 2012 23:35:58 -0300 Message-ID: <20120419023558.GC17648@amt.cnet> References: <1334744669.2601.1.camel@offbook> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Avi Kivity , KVM , lkml To: Davidlohr Bueso Return-path: Content-Disposition: inline In-Reply-To: <1334744669.2601.1.camel@offbook> Sender: linux-kernel-owner@vger.kernel.org List-Id: kvm.vger.kernel.org On Wed, Apr 18, 2012 at 12:24:29PM +0200, Davidlohr Bueso wrote: > From: Davidlohr Bueso > > Its much cleaner to use PT_PAGE_TABLE_LEVEL than its numeric value. > > Signed-off-by: Davidlohr Bueso > --- > arch/x86/kvm/mmu.c | 2 +- > arch/x86/kvm/paging_tmpl.h | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) Applied, thanks.