Re: [PATCH v2 8/9] KVM: MMU: Eliminate eperm temporary

2012-09-18 Thread Xiao Guangrong
On 09/16/2012 08:07 PM, Avi Kivity wrote: > 'eperm' is no longer used in the walker loop, so we can eliminate it. > Reviewed-by: Xiao Guangrong -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majord...@vger.kernel.org More majordomo info at http://

[PATCH v2 8/9] KVM: MMU: Eliminate eperm temporary

2012-09-16 Thread Avi Kivity
'eperm' is no longer used in the walker loop, so we can eliminate it. Signed-off-by: Avi Kivity --- arch/x86/kvm/paging_tmpl.h | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/arch/x86/kvm/paging_tmpl.h b/arch/x86/kvm/paging_tmpl.h index 134ea7b..95a64d1 100644 --- a/arch/