diff options
author | Marc Zyngier <maz@kernel.org> | 2020-05-28 14:12:59 +0100 |
---|---|---|
committer | Will Deacon <will@kernel.org> | 2020-05-28 17:29:13 +0100 |
commit | fe677be989146b8a8c0f26fe626c6567c4cd3837 (patch) | |
tree | 4fc7d4444661b6485b78fce9964dd8c0ca6c99a4 /arch/arm64/Kconfig | |
parent | 02ab1f5018c3ad0b8677e797b5d3333d2e3b7f20 (diff) |
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