Revert "FROMLIST: KVM: arm64: Hook up ->page_count() for hypervisor stage-1 page-table"

This reverts commit 75ed01242c.

This will be replaced by a FROMGIT patch shortly.

Signed-off-by: Quentin Perret <qperret@google.com>
Change-Id: If7628be6ada702db6aa1326734fd70349aa1f3e4
This commit is contained in:
Quentin Perret
2022-01-06 10:40:18 +00:00
parent 8e885d812c
commit 81ab9e20cf

View File

@@ -258,7 +258,6 @@ void __noreturn __pkvm_init_finalise(void)
.virt_to_phys = hyp_virt_to_phys,
.get_page = hpool_get_page,
.put_page = hpool_put_page,
.page_count = hyp_page_count,
};
pkvm_pgtable.mm_ops = &pkvm_pgtable_mm_ops;