mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 11:50:43 +09:00
Revert "FROMGIT: KVM: arm64: Hook up ->page_count() for hypervisor stage-1 page-table"
This reverts commit 5f9b0a6162.
Bug: 233587962
Signed-off-by: Will Deacon <willdeacon@google.com>
Change-Id: I52be252e3057db08bd40959ba840d87c583fb47f
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user