Re: [PATCH] KVM: Replace the number of page entries per page with PT64_ENT_PER_PAGE macro

2016-03-01 Thread kbuild test robot
Hi Lan, [auto build test ERROR on kvm/linux-next] [also build test ERROR on v4.5-rc6 next-20160301] [if your patch is applied to the wrong git tree, please drop us a note to help improving the system] url: https://github.com/0day-ci/linux/commits/Lan-Tianyu/KVM-Replace-the-number-of-page-ent

Re: [PATCH] KVM: Replace the number of page entries per page with PT64_ENT_PER_PAGE macro

2016-03-01 Thread Lan, Tianyu
Sorry. Miss some other modifications and please ignore this version. On 3/1/2016 10:49 PM, Lan Tianyu wrote: This patch is to make code more readable. Signed-off-by: Lan Tianyu --- arch/x86/include/asm/kvm_host.h | 2 +- arch/x86/kvm/mmu.c | 2 +- 2 files changed, 2 insertions

[PATCH] KVM: Replace the number of page entries per page with PT64_ENT_PER_PAGE macro

2016-03-01 Thread Lan Tianyu
This patch is to make code more readable. Signed-off-by: Lan Tianyu --- arch/x86/include/asm/kvm_host.h | 2 +- arch/x86/kvm/mmu.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/x86/include/asm/kvm_host.h b/arch/x86/include/asm/kvm_host.h index 44adbb8..