[PATCH 01/12] KVM: MMU: remove unused parameter

2013-07-30 Thread Xiao Guangrong
@vcpu in page_fault_can_be_fast() is not used so remove it Signed-off-by: Xiao Guangrong --- arch/x86/kvm/mmu.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/x86/kvm/mmu.c b/arch/x86/kvm/mmu.c index 3a9493a..a731c0b 100644 --- a/arch/x86/kvm/mmu.c +++ b/arch/x86/kv

Re: [PATCH 01/12] KVM: MMU: remove unused parameter

2013-08-29 Thread Gleb Natapov
On Tue, Jul 30, 2013 at 09:01:59PM +0800, Xiao Guangrong wrote: > @vcpu in page_fault_can_be_fast() is not used so remove it > > Signed-off-by: Xiao Guangrong Applied this one. Thanks. > --- > arch/x86/kvm/mmu.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/arch/