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)
commitffe76c24c5c1851e5ef949d8726d57e78cd0cf34
tree3d1adff7860b237fd8e4c63d48e65a927d3543b7
parent96564d777366417cca0f5b39fc13202a1d7d9881
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