summaryrefslogtreecommitdiff
path: root/arch/arm/kvm/hyp/hyp-entry.S
diff options
context:
space:
mode:
authorMarc Zyngier <marc.zyngier@arm.com>2016-01-06 09:32:23 +0000
committerMarc Zyngier <marc.zyngier@arm.com>2016-02-29 18:34:15 +0000
commitfa85e25dad0f3f4e7ff2c58a914dcfe53210f680 (patch)
tree79069cc2321f21d3cbe92a4e4aed6685df92acfb /arch/arm/kvm/hyp/hyp-entry.S
parentd4c7688c51e57be20ca5f3dffa4c8771888a42fc (diff)
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.S4
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