FROMLIST: KVM: arm64: Make __io_map_base static
The __io_map_base variable is used at EL2 to track the end of the hypervisor's "private" VA range in nVHE protected mode. However it doesn't need to be used outside of mm.c, so let's make it static to keep all the hyp VA allocation logic in one place. Signed-off-by:Quentin Perret <qperret@google.com> Link: https://lore.kernel.org/r/20211208152300.2478542-5-qperret@google.com Bug: 209580772 Change-Id: I0aac3451fdeddbc193d127ed38c3c998636d11b9
Loading
Please sign in to comment