diff options
author | Mark Rutland <mark.rutland@arm.com> | 2018-05-10 12:13:47 +0100 |
---|---|---|
committer | Marc Zyngier <marc.zyngier@arm.com> | 2018-05-20 11:44:01 +0100 |
commit | 46c4a30b0b1638c9b87dfea41436c5699e9fe24e (patch) | |
tree | cfebeb90cee7d150494e7542b946dc5b691130b3 /arch/arm64/kernel/fpsimd.c | |
parent | 75bc37fefc4471e718ba8e651aa74673d4e0a9eb (diff) | |
download | blackbird-op-linux-46c4a30b0b1638c9b87dfea41436c5699e9fe24e.tar.gz blackbird-op-linux-46c4a30b0b1638c9b87dfea41436c5699e9fe24e.zip |
arm64: KVM: Use lm_alias() for kvm_ksym_ref()
For historical reasons, we open-code lm_alias() in kvm_ksym_ref().
Let's use lm_alias() to avoid duplication and make things clearer.
As we have to pull this from <linux/mm.h> (which is not safe for
inclusion in assembly), we may as well move the kvm_ksym_ref()
definition into the existing !__ASSEMBLY__ block.
Signed-off-by: Mark Rutland <mark.rutland@arm.com>
Cc: Christoffer Dall <christoffer.dall@arm.com>
Cc: Marc Zyngier <marc.zyngier@arm.com>
Cc: kvmarm@lists.cs.columbia.edu
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
Diffstat (limited to 'arch/arm64/kernel/fpsimd.c')
0 files changed, 0 insertions, 0 deletions