]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: x86: remove misplaced comment on active_mmu_pages
authorDongli Zhang <dongli.zhang@oracle.com>
Fri, 26 Feb 2021 06:19:45 +0000 (22:19 -0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 26 Feb 2021 08:03:29 +0000 (03:03 -0500)
commit3598c57b0596c3603786fe74e8c7f5b03147a6f3
tree3d1adff7860b237fd8e4c63d48e65a927d3543b7
parent04851093d981a9bde024616d6c4b4ec68945a9b6
KVM: x86: remove misplaced comment on active_mmu_pages

The 'mmu_page_hash' is used as hash table while 'active_mmu_pages' is a
list. Remove the misplaced comment as it's mostly stating the obvious
anyways.

Signed-off-by: Dongli Zhang <dongli.zhang@oracle.com>
Reviewed-by: Sean Christopherson <seanjc@google.com>
Message-Id: <20210226061945.1222-1-dongli.zhang@oracle.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/include/asm/kvm_host.h