[PATCH] KVM: SVM: Get rid of the variable 'exit_fastpath'

2020-09-15 Thread lihaiwei . kernel
From: Haiwei Li 'exit_fastpath' isn't used anywhere else, so remove it. Suggested-by: Krish Sadhukhan Signed-off-by: Haiwei Li --- arch/x86/kvm/svm/svm.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/arch/x86/kvm/svm/svm.c b/arch/x86/kvm/svm/svm.c index c44f3e9..6e886

Re: [PATCH] KVM: SVM: Get rid of the variable 'exit_fastpath'

2020-09-15 Thread Krish Sadhukhan
On 9/15/20 4:30 AM, lihaiwei.ker...@gmail.com wrote: From: Haiwei Li 'exit_fastpath' isn't used anywhere else, so remove it. Suggested-by: Krish Sadhukhan Signed-off-by: Haiwei Li --- arch/x86/kvm/svm/svm.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/arch/x86/