diff options
author | Marc Zyngier <maz@kernel.org> | 2020-05-28 15:12:59 +0200 |
---|---|---|
committer | Will Deacon <will@kernel.org> | 2020-05-28 18:29:13 +0200 |
commit | fe677be989146b8a8c0f26fe626c6567c4cd3837 (patch) | |
tree | 4fc7d4444661b6485b78fce9964dd8c0ca6c99a4 /arch/arm64/Kconfig | |
parent | arm64: Unify WORKAROUND_SPECULATIVE_AT_{NVHE,VHE} (diff) | |
download | linux-fe677be989146b8a8c0f26fe626c6567c4cd3837.tar.xz linux-fe677be989146b8a8c0f26fe626c6567c4cd3837.zip |
KVM: arm64: Move __load_guest_stage2 to kvm_mmu.h
Having __load_guest_stage2 in kvm_hyp.h is quickly going to trigger
a circular include problem. In order to avoid this, let's move
it to kvm_mmu.h, where it will be a better fit anyway.
In the process, drop the __hyp_text annotation, which doesn't help
as the function is marked as __always_inline.
Reviewed-by: Suzuki K Poulose <suzuki.poulose@arm.com>
Signed-off-by: Marc Zyngier <maz@kernel.org>
Signed-off-by: Will Deacon <will@kernel.org>
Diffstat (limited to 'arch/arm64/Kconfig')
0 files changed, 0 insertions, 0 deletions