diff options
author | Marc Zyngier <marc.zyngier@arm.com> | 2017-04-03 19:38:03 +0100 |
---|---|---|
committer | Christoffer Dall <cdall@linaro.org> | 2017-04-09 07:49:34 -0700 |
commit | ecb5d61daaa2fc09235191926ea808e00e2e1c0c (patch) | |
tree | fba7688c744a16d507e29c8f7d8b9fa6e9fb77e7 /arch/arm/kvm/interrupts.S | |
parent | 4897e36c8d37fe508a423d6d15a635aba2557b4e (diff) | |
download | op-kernel-dev-ecb5d61daaa2fc09235191926ea808e00e2e1c0c.zip op-kernel-dev-ecb5d61daaa2fc09235191926ea808e00e2e1c0c.tar.gz |
ARM: hyp-stub/KVM: Kill __hyp_get_vectors
Nobody is using __hyp_get_vectors anymore, so let's remove both
implementations (hyp-stub and KVM).
Acked-by: Russell King <rmk+kernel@armlinux.org.uk>
Acked-by: Catalin Marinas <catalin.marinas@arm.com>
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
Signed-off-by: Christoffer Dall <cdall@linaro.org>
Diffstat (limited to 'arch/arm/kvm/interrupts.S')
-rw-r--r-- | arch/arm/kvm/interrupts.S | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/kvm/interrupts.S b/arch/arm/kvm/interrupts.S index b1bd316..80a1d6c 100644 --- a/arch/arm/kvm/interrupts.S +++ b/arch/arm/kvm/interrupts.S @@ -37,10 +37,6 @@ * in Hyp mode (see init_hyp_mode in arch/arm/kvm/arm.c). Return values are * passed in r0 (strictly 32bit). * - * A function pointer with a value of 0xffffffff has a special meaning, - * and is used to implement __hyp_get_vectors in the same way as in - * arch/arm/kernel/hyp_stub.S. - * * The calling convention follows the standard AAPCS: * r0 - r3: caller save * r12: caller save |