commit | 4340ba80bd3a310d8eb9011df2e63c6371e28113 | [log] [tgz] |
---|---|---|
author | Marc Zyngier <marc.zyngier@arm.com> | Wed Mar 14 13:28:50 2018 +0000 |
committer | Marc Zyngier <marc.zyngier@arm.com> | Mon Mar 19 13:05:49 2018 +0000 |
tree | ed16dad493a415c7c040539e15f546e082ce5491 | |
parent | 7e80f637fd8bcdd777d3841a43f76563ffd2985a [diff] |
arm64: KVM: Move BP hardening vectors into .hyp.text section There is no reason why the BP hardening vectors shouldn't be part of the HYP text at compile time, rather than being mapped at runtime. Also introduce a new config symbol that controls the compilation of bpi.S. Acked-by: Catalin Marinas <catalin.marinas@arm.com> Reviewed-by: Andrew Jones <drjones@redhat.com> Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>