KVM: arm64: make the hyp vector table entries local
authorJoey Gouly <joey.gouly@arm.com>
Mon, 22 Feb 2021 16:49:56 +0000 (16:49 +0000)
committerWill Deacon <will@kernel.org>
Wed, 24 Feb 2021 11:20:43 +0000 (11:20 +0000)
commit610e4dc8ac463815f5180ae2e6fadae834891b86
tree95092a4bef7edeff130d35e5cfe39516f8ca2fe7
parent2e8acca1911b14e0cc7464db796b804785a3831a
KVM: arm64: make the hyp vector table entries local

Make the hyp vector table entries local functions so they
are not accidentally referred to outside of this file.

Using SYM_CODE_START_LOCAL matches the other vector tables (in hyp-stub.S,
hibernate-asm.S and entry.S)

Signed-off-by: Joey Gouly <joey.gouly@arm.com>
Acked-by: Will Deacon <will@kernel.org>
Acked-by: Marc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/20210222164956.43514-1-joey.gouly@arm.com
Signed-off-by: Will Deacon <will@kernel.org>
arch/arm64/kvm/hyp/hyp-entry.S