commit | 61fe0c37af57ac35472a870581a7d0bb5ac2f63a | [log] [tgz] |
---|---|---|
author | David Brazdil <dbrazdil@google.com> | Tue Dec 08 14:24:50 2020 +0000 |
committer | Marc Zyngier <maz@kernel.org> | Tue Dec 22 10:49:01 2020 +0000 |
tree | 79d6e9092e4830d0eb756c857f657262b9b5f035 | |
parent | c3e181aec96f6ada84df1cb72a72be8970f8b284 [diff] |
KVM: arm64: Minor cleanup of hyp variables used in host Small cleanup moving declarations of hyp-exported variables to kvm_host.h and using macros to avoid having to refer to them with kvm_nvhe_sym() in host. No functional change intended. Signed-off-by: David Brazdil <dbrazdil@google.com> Signed-off-by: Marc Zyngier <maz@kernel.org> Link: https://lore.kernel.org/r/20201208142452.87237-5-dbrazdil@google.com