FROMLIST: KVM: arm64: Make the hyp memory pool static
The hyp memory pool struct is sized to fit exactly the needs of the hypervisor stage-1 page-table allocator, so it is important it is not used for anything else. As it is currently used only from setup.c, reduce its visibility by marking it static. Signed-off-by:Quentin Perret <qperret@google.com> Link: https://lore.kernel.org/r/20211208152300.2478542-4-qperret@google.com Bug: 209580772 Change-Id: I5079221a3a5125ba85b837996aa64f098636d4cc
Loading
Please sign in to comment