]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: SVM: Remove outdated comment in svm_load_mmu_pgd()
authorLai Jiangshan <laijs@linux.alibaba.com>
Mon, 8 Nov 2021 12:43:59 +0000 (20:43 +0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 8 Dec 2021 09:25:01 +0000 (04:25 -0500)
commita1bab07089fce28c687b047599abbe13978b1945
tree88dd4bf5379756e1d50f001ff6740bc6ee2ac9ec
parentf2e999603f30169ce7d4e1755ca76bfc2d36b4e3
KVM: SVM: Remove outdated comment in svm_load_mmu_pgd()

The comment had been added in the commit 4e595befd37a ("KVM: x86: unify
callbacks to load paging root") and its related code was removed later,
and it has nothing to do with the next line of code.

So the comment should be removed too.

Signed-off-by: Lai Jiangshan <laijs@linux.alibaba.com>
Message-Id: <20211108124407.12187-8-jiangshanlai@gmail.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/svm/svm.c