mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 20:07:46 +09:00
Revert "Revert "FROMLIST: KVM: arm64: Hook up ->page_count() for hypervisor stage-1 page-table""
This reverts commit 81ab9e20cf.
Bug: 233587962
Signed-off-by: Will Deacon <willdeacon@google.com>
Change-Id: If7b96c3ff000bf40c11e095679da017fffbe95c5
This commit is contained in:
@@ -258,6 +258,7 @@ 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