diff options
author | Marc Zyngier <marc.zyngier@arm.com> | 2016-01-06 10:32:23 +0100 |
---|---|---|
committer | Marc Zyngier <marc.zyngier@arm.com> | 2016-02-29 19:34:15 +0100 |
commit | fa85e25dad0f3f4e7ff2c58a914dcfe53210f680 (patch) | |
tree | 79069cc2321f21d3cbe92a4e4aed6685df92acfb /arch/arm/kvm/hyp/hyp-entry.S | |
parent | ARM: KVM: Switch to C-based stage2 init (diff) | |
download | linux-fa85e25dad0f3f4e7ff2c58a914dcfe53210f680.tar.xz linux-fa85e25dad0f3f4e7ff2c58a914dcfe53210f680.zip |
ARM: KVM: Remove __weak attributes
Now that the old code is long gone, we can remove all the weak
attributes, as there is only one version of the code.
Acked-by: Christoffer Dall <christoffer.dall@linaro.org>
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
Diffstat (limited to 'arch/arm/kvm/hyp/hyp-entry.S')
-rw-r--r-- | arch/arm/kvm/hyp/hyp-entry.S | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/arm/kvm/hyp/hyp-entry.S b/arch/arm/kvm/hyp/hyp-entry.S index 54a8d67ad980..78091383a5d9 100644 --- a/arch/arm/kvm/hyp/hyp-entry.S +++ b/arch/arm/kvm/hyp/hyp-entry.S @@ -58,10 +58,8 @@ */ .align 5 -__hyp_vector: - .global __hyp_vector __kvm_hyp_vector: - .weak __kvm_hyp_vector + .global __kvm_hyp_vector @ Hyp-mode exception vector W(b) hyp_reset |